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

Security issue in Oauth2 flow #3

Open
antoinechalifour opened this issue May 25, 2019 · 0 comments
Open

Security issue in Oauth2 flow #3

antoinechalifour opened this issue May 25, 2019 · 0 comments

Comments

@antoinechalifour
Copy link
Member

Right now we are doing the whole Oauth2 flow on the back end (this project), and then redirecting to ANY client with the access token and refresh token in the URL.

As of now, any application can use our back end to authenticate with our Google App. This should be fixed asap by :

  • making the initial request from the FRONT END
  • redirecting to the front end and sending the Google auth Code to our back end
  • the rest does not change
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

1 participant