Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/battis/restful-api.oauth2-server
[READ-ONLY] Implementation of `league/oauth2-server` for `slim/slim`
https://github.com/battis/restful-api.oauth2-server
oauth2 oauth2-server slim-framework
Last synced: about 14 hours ago
JSON representation
[READ-ONLY] Implementation of `league/oauth2-server` for `slim/slim`
- Host: GitHub
- URL: https://github.com/battis/restful-api.oauth2-server
- Owner: battis
- License: mit
- Created: 2022-08-28T02:48:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T19:31:09.000Z (8 months ago)
- Last Synced: 2024-04-14T21:25:17.011Z (7 months ago)
- Topics: oauth2, oauth2-server, slim-framework
- Language: PHP
- Homepage: https://github.com/battis/restful-api/tree/main/packages/oauth2-server
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OAuth2 Server
Implementation of `league/oauth2-server` for `slim/slim` using Phinx to manage storage migrations and Laravel's Eloquent ORM to interact with storage.
See [example](https://github.com/battis/restful-api/tree/main/examples/oauth2-server) for sample implementation.