aim_server_jwt 0.1.1 copy "aim_server_jwt: ^0.1.1" to clipboard
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.

Documentation | pub.dev

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.

1
likes
140
points
48
downloads

Documentation

API reference

Publisher

verified publisheraim-dart.dev

Weekly Downloads

JWT authentication middleware for Aim framework. Provides stateless authentication with HS256 support, standard claims validation, and Bearer token verification.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

aim_server, crypto

More

Packages that depend on aim_server_jwt