Skip to content

handle oauth in front end #906

Answered by frankie567
wkyltlab asked this question in Q&A
Feb 7, 2022 · 2 comments · 9 replies
Discussion options

You must be logged in to vote

Hi @wkyltlab!

This part is up-to-you to determine and implement :) After a successful OAuth2 authentication, you'll have the token available in the oauth_accounts table. You can easily retrieve it given a user.

My suggestion is to keep it the OAuth token safe on the backend side and implement API routes in your application that will do what you need: call the relevant Google API, process the information and return it in your response.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@lfaggianellitt
Comment options

@mo-cmyk
Comment options

@rosethorn999
Comment options

@jd-solanki
Comment options

@rosethorn999
Comment options

Answer selected by wkyltlab
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants