Skip to content

CeeBeeUK/google-oauth-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google oauth test

Test application for using oauth and devise with minimal MVC cruft

setup

Create a script file (e.g. set_env.sh) containing:

export GOOGLE_CLIENT_ID=<google api client_id>
export GOOGLE_CLIENT_SECRET=<google api client_secret>

run this file from the command line with source set_env.sh

About

Test ruby app using devise and google oauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published