Libraries tagged by stoken
wukka/nonce
11350 Downloads
Nonce - token generator to prevent unauthorized access.
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.
wisoot/jwt-guard
703 Downloads
Laravel Guard Driver using JSON Web Token (JWT)
wirecore/cakephp_jwt
539 Downloads
CakePHP plugin for authenticating users by JSON Web Tokens
webmasterapp/recaptcha3-verify
2140 Downloads
Verify recaptcha 3 token
vudev/jsonwebtoken
413 Downloads
This library is designed to generate JWT tokens.
vkoori/laravel-stateless-auth
24 Downloads
Stateless authentication for Laravel using JWT (JSON Web Tokens). This package enables secure, token-based authentication for API endpoints.
ucscode/keygenerator
100 Downloads
(Ucscode) KeyGenerator is a versatile PHP library for generating random keys of varying lengths. It is an essential tool for creating secure authentication tokens, unique identifiers, or random access keys.
tungltdev/laravel-php-jwt
195 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
towerhouse/healthmeasures
11 Downloads
This library gives you the ability to generate health measures given a name and a unit, for instance: weight / pound or kilo. You can configure where to store them and them gather to collect their values by date given a username or other token. The library gives you the ability to generate graphs or other stats information. It's totally configurable, methods are well documented and comes with unit testing.
tokin/json-web-tokin
1946 Downloads
A JSON Web Token Library
tmarois/laravel-code-truncator
26 Downloads
A Laravel command to truncate your codebase to fit within AI token limits.
thescrat/contao-loginlink
506 Downloads
Mitglied wird mit einem Key / Token eingeloggt.
tepuilabs/mini-meli
120 Downloads
Genera access token para poder tener acceso a los recursos disponibles de Mercado libre
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.