Libraries tagged by json token
yzh52521/think-jwt
292 Downloads
JSON Web Token (JWT) for Thinkphp plugin
vkoori/laravel-stateless-auth
930 Downloads
Stateless authentication for Laravel using JWT (JSON Web Tokens). This package enables secure, token-based authentication for API endpoints.
vfork-fproject/php-jwt
9867 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
neoan3-apps/jwt
932 Downloads
neoan3 wrapper for JSON WEB TOKEN using Firebase
lake/larke-jwt
5832 Downloads
A library to work with JSON Web Token and JSON Web Signature.
jwt/php-jwt
10233 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
invenso/microsoft-jwt
5938 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
horde/jwt
2287 Downloads
Horde RFC 7519 JSON Web Token (JWT) Library
hallboav/silex-jwt-security
7250 Downloads
JSON web token security provider for Silex 2.
gitsindonesia/php-jwt
574 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Forked from firebase/php-jwt to include patches for version 5.5.1.
fizzday/fizzjwt
1161 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 认证)
aliirfaan/laravel-simple-jwt
3257 Downloads
Generate and verify Json Web Token (JWT) in Laravel
zeixcom/craftmonitoring
430 Downloads
Token-protected JSON endpoint exposing Craft version, plugin, environment, health and available-update info for an external monitoring dashboard.
someones-computer/sdk-php
256 Downloads
JSON-LD resources backing the control panel. Bearer-token reachable since #1418 — see docs/sdk-generation.md.
1msg/one_msg_waba_sdk
4648 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail