Libraries tagged by api authentication
michaelkaefer/oauth2-wrike
1335 Downloads
Wrike OAuth 2.0 support for the PHP League's OAuth 2.0 Client
meksiabdou/ci4-restful
7 Downloads
mehdibo/oauth2-fortytwo
731 Downloads
42 Intranet OAuth 2.0 support for the PHP League's OAuth 2.0 Client
martinmulder/openapi-crowdstrike-falcon-php
155 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.
malirobot/aws-cognito
362 Downloads
A PHP client for AWS Cognito user pools, version of pmill/aws-cognito with added methods and some changes.
mage2pro/google-backend-login
232 Downloads
The «Backend Login with Google Account» extension for Magento 2
mage2pro/facebook-login
199 Downloads
The «Facebook Login» extension for Magento 2
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.
localzet/oauth
23 Downloads
Localzet OAuth is a powerful library for OAuth authentication, supporting a variety of popular providers such as Google, Facebook, Twitter, and Apple.
lanos/laravel-auth0-multi-tenancy-management
53 Downloads
Offers a collection of elegant interface classes to Auth0 Management API
lamhuyvu92/valentin-laravel-aws-cognito
112 Downloads
A Laravel guard for AWS Cognito user pools
kristenlk/oauth2-marketo
100581 Downloads
Marketo OAuth 2.0 support for the PHP League's OAuth2-Client
konekt/bearer-auth
3650 Downloads
RFC 6750 Compatible Bearer Authentication for Laravel
kislayphp/gateway
26 Downloads
High-performance C++ PHP extension providing API gateway functionality with load balancing and routing for PHP microservices
kennethormandy/oauth2-stripe
772 Downloads
Stripe OAuth 2.0 Client Provider for The PHP League OAuth2-Client, including urlAuthorize support for Stripe Connect.