Nothing ever leaves your browser. No token, secret, or key is sent to a server; the app makes no backend calls for any core feature. The one optional outbound request is the JWKS-URL fetch on the ...
The primary goal of this gem is to provide configurable, manageable, and safe stateful sessions based on JSON Web Tokens. The gem stores JWT based sessions on the backend (currently, Redis and memory ...
When you're developing, there are surprisingly many situations where you need to perform a quick conversion or check. Wanting to see the contents of a token, converting UTC time to Japan Standard Time ...