simplylink / oauth_sdk
simplylink oAuth SDK
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- guzzlehttp/guzzle: ^6.3
- simplylink/utils: dev-master
- symfony/monolog-bundle: >=2.8
- symfony/symfony: >=3.0
This package is auto-updated.
Last update: 2025-03-11 21:54:55 UTC
README
Simplylink auth server is design to protect private resources.
The auth server is providing oAuth2.0 token mechanism, for integration between all simplylink apps and resources.
For more information about oAuth2.0
In order to integrate with any Simplylink resources, you will need to register a client.
Client credentials will allow you to generate Authorization code and Access Tokens.
client_id: 1_xxxxxx
client_secret: xxxx
return_uri: https://xxxx
oAuth 2.0 documentation
Documentation and information about Simplylink oAuth can be found here:
Simplylink API resources
Documentation and information about Simplylink API methodology and API resources can be found here: