-
Notifications
You must be signed in to change notification settings - Fork 99
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
61 setup simple auth0 authentification #82
Conversation
# Conflicts: # .gitignore
# Conflicts: # package.json # src/components/Views/Header.tsx # src/pages/index.tsx
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/quiet/quiet/mqsvj6dyd |
Also, clearly not a fan of how the redirections are handled right now but I guess it will be better when we have a proper login button. |
What are you worried about dynamic domain? I don't understand everything but we could merge as it does not impact user experience for now. Maybe we should plan a call while we could read all of this together! |
Sorry for conflict :/ |
# Conflicts: # next.config.js # src/components/Views/Header.tsx # src/pages/index.tsx
Similar problem explained here: https://spectrum.chat/zeit/now/now-secrets-and-login-url-redirection~4bc64b46-5052-4ac2-9742-636b34be743f Right now on Happy to merge for now 🙂 |
# Conflicts: # src/components/Views/Header.tsx
Go to
/auth/login
to access the login form. You should be able to log out from a profile once logged in.I still need to investigate why it shows the
auth0
domain on the Google login form:The Auth0 application: https://manage.auth0.com/dashboard/eu/dev-cajmwjmi/
The Google OAuth app: https://console.developers.google.com/apis/dashboard?project=tottem
You should have access to both.
It should work fine on production (tottem.app domain) but I have no idea how it will behave / how to properly support dynamic subdomains from the Now deployments. The easiest way to test for now is locally.