FOSOAuthServerBundle
Important: This bundle is developed in sync with symfony's repository.
For Symfony 2.0.x, you need to use the 1.1.3 release of the bundle (or lower), and to read
this documentation.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:
Read the Documentation for master
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
- Inspirated by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.
Copyright (c) 2011-2012 FriendsOfSymfony
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
fos_oauth_server:
db_driver: ~ # Required
client_class: ~ # Required
access_token_class: ~ # Required
refresh_token_class: ~ # Required
auth_code_class: ~ # Required
model_manager_name: ~
authorize:
form:
type: fos_oauth_server_authorize
handler: fos_oauth_server.authorize.form.handler.default
name: fos_oauth_server_authorize_form
validation_groups:
# Defaults:
- Authorize
- Default
service:
storage: fos_oauth_server.storage.default
user_provider: ~
client_manager: fos_oauth_server.client_manager.default
access_token_manager: fos_oauth_server.access_token_manager.default
refresh_token_manager: fos_oauth_server.refresh_token_manager.default
auth_code_manager: fos_oauth_server.auth_code_manager.default
options:
# Prototype
key: []
template:
engine: twig
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago
-
Merge pull request #139 from Antek88/symfony2.3
By stof, 2 days ago

