Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macintoshplus/oauthclientapp
An application symfony 2 use OauthServerApp
https://github.com/macintoshplus/oauthclientapp
Last synced: 12 days ago
JSON representation
An application symfony 2 use OauthServerApp
- Host: GitHub
- URL: https://github.com/macintoshplus/oauthclientapp
- Owner: macintoshplus
- Created: 2014-12-17T16:57:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T16:40:35.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T00:32:29.826Z (7 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OauthClientApp
==============An application symfony 2 use OauthServerApp
# Install
1) Clone this repository
2) Install vendors```shell
$ php composer install
```3) Configure database and create it.
4) Create database schema```shell
$ php app/console doctrine:schema:create
```# Configure
Open `app/config/hwi_oauth.yml` and change this key for your Oauth server.
# Use OAuth Client and Server
1) Install [OAuthServerApp](https://github.com/macintoshplus/OauthServerApp) and configure it (add user, client)
2) Install [OAuthClientApp](https://github.com/macintoshplus/OauthClientApp)
3) Configure the client OAuth in `app/config/hwi_oauth.yml`
4) Open browser and go to home page of OauthClientApp.
# Link
[Fos User Bundle](https://github.com/FriendsOfSymfony/FOSUserBundle)
[Hwi Oauth Bundle](https://github.com/hwi/HWIOAuthBundle)