oauth 2.0 - Oauth2: Redirect URL for frontend or backend? -
i've learnt in oauth 2 redirect url set backend server end point, server responsible logging in user , send ui response.
but modern web apps backend-frontend seperated, in such situation backend doesn't handle ui @ all.
so question is:what common practices oauth2 in backend-fronted seperated applications(given it's web app , using oauth2's authorization code grant flow)?
Comments
Post a Comment