Fork me on GitHub
#luminus
<
2019-07-25
>
eskemojoe00701:07:58

I thought reframe/reagent just consumed from the API. But I'll read more.

rlander17:07:52

I'm having a weid problem with mount + ring middleware. The auth middleware has to be initialized with an option from an env var (the secret key, in this case). The problem is, when the app first starts, the authentication always returns forbidden because for some reason the secret = nil. If I then save the file and try again, the namespace gets recompiled and the secret is the correct one. Anyone knows what's going on here?