Libraries tagged by user token
mosaxiv/cakephp-token-verify
4327 Downloads
Easily issue tokens that can be used for mail authentication.
ze/tokenizer-gpt3
1482 Downloads
PHP package for Byte Pair Encoding (BPE) used by GPT-3.
everstu/gpt3-tokenizer
154 Downloads
PHP package for Byte Pair Encoding (BPE) used by GPT-3.
webcoder31/ezxmldsig
21 Downloads
An easy-to-use set of PHP classes for common use cases of XML Digital Signatures
uthmandev/swift2fa
2 Downloads
A secure and easy way to implement Two-Factor Authentication (2FA) with PHP. This library provides an easy-to-use solution for integrating 2FA into your applications, including QR code generation, token verification, and secret key management.
tobento/service-acl
75 Downloads
A simple role and user-level access control system.
tobento/acl
9 Downloads
A simple role and user-level access control system.
mehdibo/paseto-bundle
88 Downloads
A Symfony Bundle to use Paseto tokens
cryptom2/magento-nftloyalty
3 Downloads
Magento 2 NFT Loyalty extension that allows to use NFT token as 'Discount Card' for implementing NFT Loyalty Programs.
edenspiekermann/craft-jwt-auth
5054 Downloads
Enable authentication to Craft through the use of JSON Web Tokens (JWT)
ory/oathkeeper-client-php
86 Downloads
ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
nglasl/silverstripe-apiwesome
517 Downloads
A module for SilverStripe which will automatically create customisable JSON/XML feeds for your data objects (including pages), and provides a modular security token that can be used for other applications.
queents/laravel-agora
96 Downloads
Agora Token Generator With easy to use Service Class
wpify/benefit-plus-gateway-sdk
118 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.