https://github.com/code-matt/rails4_devise_oauth_base
Starter kit for side projects.
https://github.com/code-matt/rails4_devise_oauth_base
Last synced: 9 months ago
JSON representation
Starter kit for side projects.
- Host: GitHub
- URL: https://github.com/code-matt/rails4_devise_oauth_base
- Owner: code-matt
- Created: 2016-04-18T15:53:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T16:48:08.000Z (about 10 years ago)
- Last Synced: 2024-10-19T05:20:58.591Z (over 1 year ago)
- Language: Ruby
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##TODO:
###Finish Readme
```
/users/sign_up
/users/sign_out
/users/sign_in
```
^ will work out of the box. You need to configure your github keys for its
link on the sign in page to work. Adding different oauth providers
is just a few lines.
Right now this has github oauth added to it. Take a look in
config/initializers/devise.rb for where to add more. You will need
their oauth gem as well. Ex: gem 'omniauth-github'