Skip to content

A Rails starter repository with OAuth registration and login built in

Notifications You must be signed in to change notification settings

NimishaGarg/rails_oauth_starter

 
 

Repository files navigation

README

Copy config/secrets.yml.example to config/secrets.yml. This step is mandatory

In secrets.yml file add app ID and secret key obtained from different oauth applications. This step is not mandatory if you don't want to use omniauth.

Docker

Right now there is support only for sqlite database. Will add support for postgres in future.

To run using docker

docker-compose build
docker-compose up

About

A Rails starter repository with OAuth registration and login built in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 79.7%
  • HTML 16.0%
  • CSS 2.5%
  • JavaScript 1.2%
  • CoffeeScript 0.6%