willdurand/oauth-server-bundle
This package is abandoned and no longer maintained.
The author suggests using the friendsofsymfony/oauth-server-bundle package instead.
Server side implementation of the OAuth 1.0 protocol based on RFC 5849
Maintainers
Package info
github.com/willdurand/BazingaOAuthServerBundle
Type:symfony-bundle
pkg:composer/willdurand/oauth-server-bundle
0.0.1
2012-12-04 21:26 UTC
Requires
- php: >=5.3.3
- symfony/framework-bundle: 2.1.*
- symfony/security-bundle: 2.1.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 85bc47452a9189b86a1a743e1c6a88e598c63452
- William Durand <william.durand1.woop@gmail.com>
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
