Describe the feature request?
I would like the ability to add a redirect URL to the <LoginCallback/> component that will redirect users to a page if they manually visit the callback URL.
Currently, if a user manually visits my /login/callback page while authenticated, they just get stuck on a white page. The <LoginCallback/> component should detect they are already authenticated and redirect back to a given URL.
Something like: <LoginCallback redirect="/home"/>
New or Affected Resource(s)
<LoginCallback/>
Provide a documentation link
No response
Additional Information?
No response
Describe the feature request?
I would like the ability to add a redirect URL to the
<LoginCallback/>component that will redirect users to a page if they manually visit the callback URL.Currently, if a user manually visits my
/login/callbackpage while authenticated, they just get stuck on a white page. The<LoginCallback/>component should detect they are already authenticated and redirect back to a given URL.Something like:
<LoginCallback redirect="/home"/>New or Affected Resource(s)
<LoginCallback/>Provide a documentation link
No response
Additional Information?
No response