willdurand / oauth-server-bundle
Server side implementation of the OAuth 1.0 protocol based on RFC 5849
Installs: 14 128
Dependents: 1
Suggesters: 0
Security: 0
Stars: 32
Watchers: 6
Forks: 17
Open Issues: 5
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: 2.1.*
- symfony/security-bundle: 2.1.*
This package is auto-updated.
Last update: 2022-01-31 12:02:03 UTC
README
/!\ This bundle is not yet perfectly unit tested (well, in fact it's not unit tested except for signatures...)
You should not use it but you can provide tests or ideas. I'll do my best to provide strong unit tests.
BazingaOAuthServerBundle
This bundle provides all you need to manage OAuth in a server side way.
This bundle implements the OAuth v1.0 protocol based on the RFC 5849.
NOTE: for now, there is no implementation of the Model. You have to implement all interfaces in
the Model/
folder and the logic behind.
For documentation, see:
Resources/doc/
For license, see:
Resources/meta/LICENSE