Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendsofsymfony/fosoauthserverbundle
A server side OAuth2 Bundle for Symfony
https://github.com/friendsofsymfony/fosoauthserverbundle
hacktoberfest oauth2 php symfony symfony-bundle
Last synced: 6 days ago
JSON representation
A server side OAuth2 Bundle for Symfony
- Host: GitHub
- URL: https://github.com/friendsofsymfony/fosoauthserverbundle
- Owner: FriendsOfSymfony
- Created: 2011-11-28T16:46:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T10:27:37.000Z (about 1 year ago)
- Last Synced: 2025-01-08T19:07:39.528Z (13 days ago)
- Topics: hacktoberfest, oauth2, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 670 KB
- Stars: 1,085
- Watchers: 44
- Forks: 453
- Open Issues: 213
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-2.0.md
- Security: Security/Authentication/Provider/OAuthProvider.php
Awesome Lists containing this project
README
FOSOAuthServerBundle
====================[![Build Status](https://secure.travis-ci.org/FriendsOfSymfony/FOSOAuthServerBundle.png)](http://travis-ci.org/FriendsOfSymfony/FOSOAuthServerBundle)
## Documentation
The bulk of the documentation is stored in the `Resources/doc/index.md` file in this bundle:
[Read the Documentation for master](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md)
## License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
## TODO
- More tests
## Credits
- Arnaud Le Blanc, and [all contributors](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors)
- Inspired by [BazingaOAuthBundle](https://github.com/willdurand/BazingaOAuthServerBundle) and [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle)
- Installation doc adapted from [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle) doc.