https://github.com/macintoshplus/oauthclientapp
An application symfony 2 use OauthServerApp
https://github.com/macintoshplus/oauthclientapp
Last synced: about 1 year ago
JSON representation
An application symfony 2 use OauthServerApp
- Host: GitHub
- URL: https://github.com/macintoshplus/oauthclientapp
- Owner: macintoshplus
- Archived: true
- Created: 2014-12-17T16:57:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T16:40:35.000Z (over 10 years ago)
- Last Synced: 2025-02-15T09:43:42.168Z (over 1 year 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)