Libraries tagged by client-secret
ahilmurugesan/socialite-apple-helper
122476 Downloads
Laravel Socialite Apple Login Helper to generate and manage Client Secret
kissdigital-com/apple-sign-in-client-secret-generator
25508 Downloads
PHP package for generating 'client secret' for Sign In with Apple
magentron/openid-connect-php
5510 Downloads
Bare-bones OpenID Connect client (forked to allow client secret basic authentication on obtaining access token)
lade-devs/socialite-apple-jwt-generator
337 Downloads
Laravel Socialite Apple Login Helper to generate and manage Client Secret
slepic/apple-sign-in-client-secret-generator
8083 Downloads
PHP package for generating 'client secret' for Sign In with Apple
ssmulders/hashed-passport
7645 Downloads
Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.
creatissimo/dhl-oauth
23 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (aka "API Secret", obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
ahilmurugesan/socialite-apple
1477 Downloads
Apple Socialite Login Provider with in-built Client Secret Generator and Manager
ai-gate/apple-sign-in-client-secret-generator
6 Downloads
PHP package for generating 'client secret' for Sign In with Apple
siddhantfriends/laravel-proxify
13 Downloads
A Laravel proxy package for SPA javascript API calls
sachintool/bitly-connect
4 Downloads
Connect Bitly Account
myshell/apple-laravel-authorization-code
936 Downloads
Get User Data with the result code of a apple sign in button
muhammadbaiquni/passport
3 Downloads
Fork of fof/Passport to OAuth2 with client_secret_basic
srlopes/laravel-keycloak-admin
2020 Downloads
This package supports Keycloak administrator client API, authenticating with username and password or using the security key (client_secret)
plural-pinelabs/pinelabs-php
1 Downloads
Complete Pine Labs Payment Gateway API for accepting payments, managing orders, refunds, subscriptions, payouts, and more. ## Authentication All endpoints (except `/api/auth/v1/token`) require a Bearer token in the `Authorization` header. Generate a token using your `client_id` and `client_secret` via the Authentication endpoint. ## Base URLs - **Production:** `https://api.pluralpay.in` - **Sandbox:** `https://pluraluat.v2.pinepg.in`