https://damp-brushlands-79654.herokuapp.com/
This app can be deployed to Heroku. Some notes:
- It uses Google OAuth and so requires you to use figaro to set the
GOOGLE_KEY
andGOOGLE_SECRET
. - ActionMailer needs an email address to send emails from. The address and password should also be in the figaro YAML file as
gmail_username
andgmail_password
, respectively. - The db should be seeded with a user whose
auth
andadmin
attributes are set totrue
so that upon deployment there is already someone who can log in and make other uses auths or admins. - To create an auth user, that user needs to log in with Google and then an admin will be able to authorize them from the
/users
page.