Libraries tagged by oauth 2.0
codexten/yii-module-auth
38 Downloads
Auth module for yii 2.0 or higher
walker-development/ldap-auth
48 Downloads
Basic readonly authentication via LDAP for Laravel 9.0+
tondakal/yii2-password-zeus
25 Downloads
Useful password strength validation utilities for Yii Framework 2.0
thamtech/yii2-jsonrpc-jwsauth
6 Downloads
JWS Token Authentication over JSON RPC 2.0
pivotphp/core
66 Downloads
PivotPHP Core v1.2.0 - Simplified high-performance microframework with automatic OpenAPI/Swagger documentation, PSR-7 hybrid support, and Express.js-inspired API
maghonemi/laravel-samlidp
9 Downloads
Make your Laravel application an Idenification Provider using SAML 2.0. changed ds:DigestMethod hash to be 256
khan-zia/laravel-saml-idp
149 Downloads
Make your Laravel application an Identity Provider using SAML 2.0.
freesoftwarefactory/cruge
173 Downloads
authentication/authorization extension for yii2 (yii framework 2.0)
brpassos/laravel-samlidp
34 Downloads
Foked by Brpassos/laravel-samlidp. Make your PHP Laravel application an Idenification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).
adaptech/finapi-webform
498 Downloads
The following pages give you some general information on how to use our APIs.The actual API services documentation then follows further below. You can use the menu to jump between API sections.This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the 'Authorization' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.Please also remember that all user management functions should be looked up in Access.You should also check out the Web Form 2.0 Public Documentation as well as Access Public Documentation for more information. If you need any help with the API, contact [email protected].
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.