luminus

eskemojoe007 2019-07-25T01:40:58.021800Z

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

rlander 2019-07-25T17:58:52.025800Z

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?