passport-jwt
Token auth
Provides an authentication strategy using JSON Web Tokens
Passport authentication using JSON Web Tokens
2k stars
20 watching
214 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jajaperson/nestjs-auth0 | An example NestJS application that uses Auth0 via Passport for authentication. | 207 |
kitura/kitura-credentialsjwt | A plugin for authentication using JSON Web Tokens in the Kitura web framework | 3 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 355 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
skelpo/jwtmiddleware | Middleware to handle authentication and authorization with JSON Web Tokens in a web application framework | 34 |
sinbadxiii/phalcon-auth-jwt | A Phalcon-based implementation of JSON Web Token authentication and authorization | 3 |
estrada9166/server-authentication-next.js | An example of server-side authentication using JWT tokens in Next.js | 106 |
generationtux/jwt-artisan | A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications. | 141 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
bryanjos/plug_jwt | A JWT authentication plug for Elixir applications | 39 |
gitcommitshow/auth-jwt | Demonstrates JWT authentication and reverse engineering for educational purposes. | 246 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |