Module: RackJwtVerifier
- Defined in:
- lib/rack_jwt_verifier.rb,
lib/rack_jwt_verifier/version.rb,
lib/rack_jwt_verifier/verifier.rb,
lib/rack_jwt_verifier/jwt_helper.rb,
lib/rack_jwt_verifier/middleware.rb,
lib/rack_jwt_verifier/in_process_cache.rb
Overview
A helper class for handling JWT creation and verification using RSA keys (RS256). This is typically used by the application or a separate service to create tokens.
Defined Under Namespace
Classes: InProcessCache, JwtHelper, Middleware, Verifier
Constant Summary collapse
- VERSION =
"0.1.0"