Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spryker-community/auth-remote-tokens
https://github.com/spryker-community/auth-remote-tokens
hackathon hackweekender hackweekender2023 spryker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spryker-community/auth-remote-tokens
- Owner: spryker-community
- License: mit
- Created: 2023-07-09T08:22:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T09:08:49.000Z (7 months ago)
- Last Synced: 2024-11-06T02:32:55.772Z (3 months ago)
- Topics: hackathon, hackweekender, hackweekender2023, spryker
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth Remote Tokens
1. New plugin for remote auth tokens. Extend your
`\Pyz\Client\Oauth\OauthDependencyProvider::getKeyLoaderPlugins`
to register our
`\Hackweekender\Client\AuthRemoteTokens\Plugin\Oauth\RemoteKeyLoaderPlugin`2. Fork of the `league/oauth2-server` module to add support of the `OpenSSLAsymmetricKey` object in `CryptKey`.
```
https://github.com/DmytroKlymanSpryker/oauth2-server
```