Libraries tagged by jwt web token
bllohar/php-jwt-class-with-rsa-support
818 Downloads
PHP Implementation of JSON Web token with RSA.
benbjurstrom/cognito-jwt-guard
12966 Downloads
A laravel auth guard for JSON Web Tokens issued by Amazon AWS Cognito
arthurydalgo/jwt-auth
532 Downloads
JSON Web Token Authentication for Laravel and Lumen
agungsugiarto/codeigniter4-authentication-jwt
547 Downloads
JSON Web Token for codeigniter4 authentication.
lsxiao/jwt-auth
126 Downloads
JSON Web Token Authentication for Lumen
ionghitun/jwt-token
2091 Downloads
Json web token generation and validation.
sinergy84/jose
505 Downloads
JWT, JWS and JWS implementation in PHP
rluders/jwtauth
707 Downloads
JSON Web Token Authentication plugin for Winter CMS
placetopay/reallysimplejwt
8091 Downloads
A really simple library to generate user authentication JSON Web Tokens.
magroski/wt
3579 Downloads
A library to quickly encode/decode web tokens
icanid/icanid-sdk-php
477 Downloads
ICAN ID PHP SDK.
lucinda/security
22740 Downloads
API implementing common web security patterns (eg: authentication, authorization) for PHP applications based on OWASP guidelines
fizzday/fizzjwt
412 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)
kylesean/hyperf-jwt
4 Downloads
A JWT (JSON Web Token) package for Hyperf framework.
yunchuang/php-jwt
488 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.