Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.