simple-jwt-provider
Auth provider
Provides JWT-based authentication and user management with optional password reset and custom claims
38 stars
2 watching
5 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
awesome-gogogolangjwtlightweightpostgrespostgresqlprovidersimple
Related projects:
Repository | Description | Stars |
---|---|---|
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 355 |
jasongoodwin/authentikat-jwt | A claims-based authentication standard implementation in Scala | 133 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
sander-io/hasura-jwt-auth | An authentication system for Hasura and PostgreSQL using JWT tokens | 84 |
hertz-contrib/jwt | Provides JWT authentication middleware for Hertz framework | 28 |
jonpsmith/authpermissions.aspnetcore | Provides extra authorization and multi-tenant features to ASP.NET Core applications. | 799 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
ericlau1/go-fiber-auth-api | An authentication API using Go and MongoDB with JWT authorization | 53 |
britton-jb/sentinel | A thin wrapper around Guardian for Phoenix Framework authentication functionality | 106 |
bryanjos/plug_jwt | A JWT authentication plug for Elixir applications | 39 |
mainmatter/ember-simple-auth | A lightweight library for implementing authentication and authorization in Ember.js applications | 1,923 |
rscarrera27/flask-graphql-auth | Provides JWT authentication for Flask-GraphQL APIs using decorators. | 63 |
vapor/jwt | Provides JWT support for authentication in Vapor web applications | 327 |
auth0/express-jwt-authz | Protects access to endpoints by validating JWT scopes and permissions. | 97 |
jshttp/basic-auth | Parses basic authentication credentials from HTTP headers | 701 |