/social_login

Rails 6 app with social login using google or github

Primary LanguageRuby

README

A devise based rails project with Rails 6

Create a Ruby-On-Rails project with a devise based user model, and OAuth sign up / sign in with either Google or Github.

  • Ruby 2.6.4
  • Rails 6.0.0
  • Devise 4.7.1
  • omniauth-github & omniauth-google-oauth2

Created this project to practice devise and oauth. There's a tutorial here: which you should read