express-jwt-authz
Access checker
Protects access to endpoints by validating JWT scopes and permissions.
Validate the JWT scope to authorize access to an endpoint
97 stars
78 watching
37 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
dx-sdkexpressjwt
Related projects:
Repository | Description | Stars |
---|---|---|
michieldemey/express-jwt-permissions | Middleware to verify JWT tokens for permissions in Express.js applications | 525 |
fulls1z3/ngx-auth | A utility library for secure authentication and authorization in Angular applications using JWT tokens and the Auth0 platform. | 56 |
emreyalvac/actix-web-jwt | A Rust-based backend API using Actix Web and JWT for user authentication and authorization | 156 |
auth0-blog/react-flux-jwt-authentication-sample | A sample project demonstrating how to add authentication to a React Flux app using JWTs and multiple authentication sources | 589 |
gokul595/api_guard | Provides JWT-based authentication with token refreshing and blacklisting for Rails APIs | 276 |
jshttp/basic-auth | Parses basic authentication credentials from HTTP headers | 701 |
gitcommitshow/auth-jwt | Demonstrates JWT authentication and reverse engineering for educational purposes. | 246 |
dopry/svelte-auth0 | An Svelte component suite for integrating Auth0 authentication into web applications | 72 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
paypal/aatt | Automates accessibility testing of web applications | 603 |
leberkleber/simple-jwt-provider | Provides JWT-based authentication and user management with optional password reset and custom claims | 38 |
jasongoodwin/authentikat-jwt | A claims-based authentication standard implementation in Scala | 133 |
hertz-contrib/jwt | Provides JWT authentication middleware for Hertz framework | 28 |
estrada9166/server-authentication-next.js | An example of server-side authentication using JWT tokens in Next.js | 106 |