rack-jwt
rack-jwt copied to clipboard
Rack middleware that provides authentication based on JSON Web Tokens
https://github.com/jwt/ruby-jwt/#json-web-key-jwk Add JWT Key Set support to the middleware, Allow custom headers on `Token` encode
This is another go at #23, Where we make it a little more flexible by allowing either the old string version or a now newly introduced regxp. This is fully...
Hey @eparreno 👋 Merging this PR will allow a dev to exclude the root path (`'/'`) without excluding all paths starting with a `/` from the JWT token auth check....
reported by @Morred https://github.com/eigenbart/rack-jwt/issues/9 Hi there, First of all, thanks for writing this gem, it's super useful! I guess this one is more like a feature request, I'm looking for...
Version 0.5 is incompatible with later versions of Rack. Rack 2.0.x contains security issues. The latest master fixes this problem. Can you please release v0.5.1/0.6?
I was putting `rack-jwt` in a project that has depedency `rack ~> 2.2` and bundler complains that there is a dependency issue. ``` % bundle Fetching gem metadata from https://rubygems.org/..................
Actually this is related to https://github.com/eparreno/rack-jwt/issues/12.
We are willing to use your gem in our stack but faced one limitation. It's impossible to customize error messages because they are hardcoded in `Rack::JWT::Auth#return_error`. Since we have convention...