fix(auth): stuck on page after email verification
fix(auth): stuck on page after email verification
closes opentalk/bugs#14
Explanation
Problem was, what we came directly from keycloak to the webapp and had no change to create the code_verifier, now we check if the code_verifier
exists and if not, we do a normal signIn-Roundtrip again.
QA
- activate user registration in keycloak
- activate email verification in keycloak
- register a new user
- validate email
- click on the link in the validation email
- check if dashboard is opened and the app gets not stuck into a blankscreen
local testing
- start locally testing environment with profiles backend and mailer
- configure keycloak for sending emails
- look QA steps
Edited by Michael Holst