aim_server_jwt 0.1.1
aim_server_jwt: ^0.1.1 copied to clipboard
JWT authentication middleware for Aim framework. Provides stateless authentication with HS256 support, standard claims validation, and Bearer token verification.
aim_server_jwt #
JWT authentication middleware for the Aim framework.
Overview #
aim_server_jwt provides JWT authentication and authorization middleware for the Aim framework. It enables stateless authentication using JSON Web Tokens with full support for standard JWT claims (iss, sub, aud, exp, iat, nbf) and custom payload data. Features automatic Bearer token validation, secure-by-default 32-character minimum secret keys, and path exclusion for public routes. Currently supports HS256 algorithm.
Installation #
dependencies:
aim_server: ^0.0.6
aim_server_jwt: ^0.0.1
Documentation #
For detailed usage, examples, and API reference, see the documentation.