Redirection After Sms Verification #11
Unanswered
suleymanbalaban3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Niko, How can I redirect to client pages when sms verification is succeeded? I tried as below but I lose accessToken cookie on client side. Thank you so much.
context.getAuthenticationSession().setRedirectUri(customRedirectUri); context.success();
Beta Was this translation helpful? Give feedback.
All reactions