Libraries tagged by jwt web token
mishal/jwt
75398 Downloads
JWT - JSON Web Tokens
kaabar-jwt/yii2-jwt
20439 Downloads
The Yii2 JWT extension is a tool for implementing JWT (JSON Web Token) authentication in Yii2 applications. It allows developers to create APIs that require authentication and authorization, ensuring that only authorized users can access certain resources. The extension provides a simple and flexible way to implement JWT authentication in Yii2, using the JWT library and following the JWT specification. It includes support for creating and verifying JWT tokens, as well as handling token expiration and refresh. The Yii2 JWT extension can be easily integrated into any Yii2 application, making it a powerful tool for API authentication and authorization.
tmilos/jose-jwt
127994 Downloads
Javascript Object Signing and Encryption JOSE PHP library, supporting JSON Web Tokens JWT and JSON Web Encryption JWE
gamegos/jwt
51207 Downloads
Json Web Token (JWT) PHP implementation
alancting/php-microsoft-jwt
30740 Downloads
A simple library to validate and decode Microsoft Azure Active Directory (Azure AD), Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
lindelius/php-jwt
96868 Downloads
Convenience library for working with JSON Web Tokens (JWT) in PHP
web-token/jwt-experimental
101483 Downloads
Experimental Algorithms the JWT Framework.
web-token/jwt-nested-token
250991 Downloads
Nested Token component of the JWT Framework.
web-token/jwt-encryption-algorithm-pbes2
683690 Downloads
PBES2* Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-experimental
228213 Downloads
Experimental Key and Content Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-ecdh-es
709888 Downloads
ECDH-ES Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-dir
919105 Downloads
Direct Key Encryption Algorithm the JWT Framework.
web-token/jwt-encryption-algorithm-aesgcmkw
729484 Downloads
AES GCM Key Wrapping Based Key Encryption Algorithms the JWT Framework.
token/jwt
9614 Downloads
A simple library to work with JSON Web Token and JSON Web Signature.
rbdwllr/psr-jwt
47994 Downloads
A PSR 7 compliant JSON Web Token Middleware Library.