JWTMiddleware
Token auth middleware
Middleware to handle authentication and authorization with JSON Web Tokens in a web application framework
Middleware to Authenticate and Authorize Requests in Vapor
34 stars
4 watching
5 forks
Language: Swift
last commit: about 3 years ago
Linked from 1 awesome list
authenticationhacktoberfestjwtswiftvapor
Related projects:
Repository | Description | Stars |
---|---|---|
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
kitura/kitura-credentialsjwt | A plugin for authentication using JSON Web Tokens in the Kitura web framework | 3 |
botanicus/rack-jwt-token-auth | Provides token-based authentication middleware for Rack applications | 0 |
vapor/jwt | Provides JWT support for authentication in Vapor web applications | 327 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
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 |
hanamimastery/jay_doubleu_tee | An authentication middleware for web applications using JSON Web Tokens (JWT) and various encryption algorithms. | 17 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 356 |
mikenicholson/passport-jwt | Provides an authentication strategy using JSON Web Tokens | 1,964 |
sgrust01/jwtvault | An open-source library for managing and orchestrating JSON Web Token (JWT) workflow securely | 68 |
gitcommitshow/auth-jwt | Demonstrates JWT authentication and reverse engineering for educational purposes. | 246 |
generationtux/jwt-artisan | A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications. | 141 |
sinbadxiii/phalcon-auth-jwt | A Phalcon-based implementation of JSON Web Token authentication and authorization | 3 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |