Become an OAuth2 Provider
I know, you've been waiting for the day where you could become an OAuth2 provider, without building your own OAuth2 server and authentication. Something that would integrate seamlessly with Devise, but also provide the advanced features you would expect out of a high quality Ruby Gem.
Devise OAuth2 Rails
is here!
And it only takes a second to add to your Rails 4 application!
Gemfile gem 'devise_oauth2_rails4'
Console
bash
rails g devise:oauth2:migrations
rake db:migrate
And that's it!
For the full documentation, check out the GitHub page, and feel free to contribute!