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

[contributing] Utiliser Google Auth en local #15

Open
annemarie35 opened this issue Jul 31, 2020 · 1 comment · May be fixed by #17
Open

[contributing] Utiliser Google Auth en local #15

annemarie35 opened this issue Jul 31, 2020 · 1 comment · May be fixed by #17

Comments

@annemarie35
Copy link
Collaborator

Actuellement, après l'authentification avec son compte google, on est redirigé vers l'url LOGIN_PAGE_URL.
Or celle-ci est celle de l'app en prod `https://octo-moss-back.herokuapp.com/auth/google_oauth``

Je souhaite, en environnement de développement, être rédirigée vers http://localhost:3000/auth/google_oauth2
(lorsqu'on lance le back avec la commande rails s, c'est le port 3000 qui est utilisé par défaut mais on peut tout à fait utiliser un autre port avec la commande rails s -p 5000) pour pouvoir voir les changements effectués en local.

@ArnoHolo ArnoHolo linked a pull request Nov 15, 2020 that will close this issue
@ArnoHolo
Copy link
Contributor

Je suis pour ! On peut merger rapidement la PR qui est en lien.

Côté back, on peut préciser le port aussi dans le fichier .env (PORT=3001)

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

Successfully merging a pull request may close this issue.

2 participants