jwt-artisan
Token auth library
A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications.
JWT auth for Laravel and Lumen
141 stars
23 watching
8 forks
Language: PHP
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
sinbadxiii/phalcon-auth-jwt | A Phalcon-based implementation of JSON Web Token authentication and authorization | 3 |
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 |
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 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
emreyalvac/actix-web-jwt | A Rust-based backend API using Actix Web and JWT for user authentication and authorization | 156 |
jwt-dotnet/jwt | An implementation of JSON Web Tokens for .NET. | 2,139 |
rars/ngx-jwt | An Angular library that adds JWT token authentication to HTTP requests. | 1 |
sgrust01/jwtvault | An open-source library for managing and orchestrating JSON Web Token (JWT) workflow securely | 68 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 356 |
botanicus/rack-jwt-token-auth | Provides token-based authentication middleware for Rack applications | 0 |
cristalhq/jwt | A lightweight JWT library for Go | 672 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |