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

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.

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'