README

Guest page Auth0 login popup Protected page

Use PumaDev Locally

# https://github.com/puma/homebrew-puma
echo 3000 > ~/.puma-dev/happyapp

Auth0 Setup

Application Login URI: https://happyapp.test
Allowed Callback URLs: https://happyapp.test/auth/auth0/callback
Allowed Logout URLs: https://happyapp.test
Allowed Web Origins: https://happyapp.test

Auth0 Settings

Startup Rails

bundle
AUTH0_DOMAIN=... AUTH0_CLIENT_ID=... AUTH0_CLIENT_SECRET=.. rails s
open https://happyapp.test/