Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth0 config help? #138

Open
ethansmith opened this issue Jan 13, 2021 · 3 comments
Open

Auth0 config help? #138

ethansmith opened this issue Jan 13, 2021 · 3 comments

Comments

@ethansmith
Copy link

Awesome project! Thanks for sharing 🙏 .

I'm attempting to configure a local setup with my own Auth0 account, but have run into a few head scratchers.

Would you please describe how you configured your app and API in Auth0, including any special roles, permissions, etc? This might be something to add to the readme documentation, as well 🤷 ?

Also, I noticed a few places where 'tottem.app' URLs are hard coded.. Any reasons these don't reference env variables?

Thanks!
Ethan

@sayemmh
Copy link

sayemmh commented Jan 13, 2021

Hey @ethansmith I'm also trying to figure out the same thing. Have you figured out the postgres setup? Do I need a local instance on my mac and then create a .env file with the necessary variables?

@ethansmith
Copy link
Author

@sayemmh, I've had success setting up the postgres db; you may set up one locally or remotely, and plug the address into the DATABASE_URL env variable. Mine is hosted on digital ocean and looks something like:

DATABASE_URL="postgresql://[username]:[password]@db-postgresql-******.b.db.ondigitalocean.com:25060/defaultdb?sslmode=require"

@sayemmh
Copy link

sayemmh commented Feb 3, 2021

@ethansmith were you ever able to get the auth0 setup replicated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants