Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trismegiste/oauthbundle
Minimal OAuth for symfony security layer
https://github.com/trismegiste/oauthbundle
Last synced: about 1 month ago
JSON representation
Minimal OAuth for symfony security layer
- Host: GitHub
- URL: https://github.com/trismegiste/oauthbundle
- Owner: Trismegiste
- Created: 2015-06-24T15:21:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T13:26:55.000Z (over 6 years ago)
- Last Synced: 2024-05-02T07:59:59.751Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OAuthBundle
A minimal oauth security layer for symfony
## Why
Because HwiOAuthBundle cannot handle a dynamic configuration for OAuth Provider
(coming from a database for example)And there are some bugs and design flaw I don't want and multiple features I don't need.
## How
With league/oauth1-client & league/oauth2-client