luminus

2019-10-06T00:52:41.014Z

I'm struggling with my luminus app. I've decided I need to look at putting some tests around some functionality, but the tests for the routes hit the spec.coerce exceptions. Maybe out's a router wrapper problem.

2019-10-06T01:24:22.014300Z

ah. Must be smarter. 😕

Jon Walch 2019-10-06T18:29:09.017200Z

I recently created a new luminus app with +auth-jwe. From what I can tell it looks like it should be hooked up in project_name.middleware. However, my requests don't throw 401s when there is no Authorization header in the request. I tried passing my own authfn to jwe-backend but it doesn't appear to be getting called either. Any thoughts?

Jon Walch 2019-10-06T19:53:59.018200Z

The problem was A. my Authorization header was malformed, and B. I didn't realize that all wrap-auth does is add the token to the request :identity