Skip to content

Question about user login and registration. #71

Answered by ch4mpy
ZhenFTW asked this question in Q&A
Discussion options

You must be logged in to vote

Authorization-code, which is the OAuth2 flow to authenticate users, is initiated when a client redirects the resource-owner (user) to the authorization-server. Resource-server is not involved in authorization-code flow. Most authorization-servers provide with cutomizable UI for users login / registration (this includes Keycloak): just redirect users to authorization endpoint.

There are way too many client frameworks (and applications like Postman) for this repo to cover it: Angluar, React, Vue, Flutter, iOS, Android, JSPs, PHP and so many others. How to handle redirects to and from the authorization-server, exchange authorization-code for an access-token, token refreshing, adding Authoriz…

Replies: 1 comment

Comment options

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