Libraries tagged by sdk authentication

finpin/sezame-sdk

0 Favers
96 Downloads

Passwordless multi-factor authentication

Go to Download


dvsa/authentication-azure-ad

0 Favers
0 Downloads

A wrapper around the Azure AD SDK

Go to Download


bleumi/payment-sdk-php

0 Favers
5 Downloads

A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application. ### Getting Started 1. Create an account on [Bleumi](https://account.bleumi.com/signUp/?app=payment) 1. Fill up your [profile](https://account.bleumi.com/account/?app=payment&tab=profile) 1. Complete your KYC by contacting [[email protected]](mailto:[email protected]) 1. Add your preferred payment service providers in the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) 1. Create your API key on the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen ### Authentication Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value. ### Payment Methods Use the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.

Go to Download


auth3-dev/auth3-sdk

0 Favers
3 Downloads

Library for the Auth3 Identity Platform APIs, learn more at https://auth3.dev/.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
1 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


instalogin/sdk

0 Favers
41 Downloads

PHP Wrapper for the Instalogin API

Go to Download


almefy/sdk

0 Favers
216 Downloads

PHP Wrapper for the Almefy API

Go to Download


openlss/lib-xport

1 Favers
262 Downloads

Service RPC transport layer / protocol implemented in PHP

Go to Download


raspi/zf1-fb-auth

1 Favers
89 Downloads

Zend Framework 1 Facebook SDK authentication adapter

Go to Download


pathe/auth0-php

0 Favers
2 Downloads

PHP SDK for Auth0 Authentication and Management APIs.

Go to Download


pathe/auth0

0 Favers
2 Downloads

Symfony SDK for Auth0 Authentication and Management APIs.

Go to Download


mhndev/oauth-client

3 Favers
461 Downloads

php open authentication server sdk

Go to Download


bristol-su/portal-auth

0 Favers
172 Downloads

Authentication for Portal SDK based software

Go to Download


ztcognito/aws-cognito

0 Favers
4 Downloads

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

Go to Download


zkrat/gateapi-php

0 Favers
9 Downloads

Welcome to Gate.io API APIv4 provides spot, margin and futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf.

Go to Download


<< Previous Next >>