You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hash-based redirects are not possible.
I'm tried to redirect to Vuejs frontend with Vue-router (history) in hash mode. It's working when redirecting to the landing page but not to the dashboard route.
This is a URL I'm getting is: www.sitename.com/#/dashboard#access_token=eyJhbG...
I'm looking solution to customizing the getRedirect method of the oAuth strategy. I'm not sure how to do that, maybe sending authentication result in JSON?
The text was updated successfully, but these errors were encountered:
This has been improved in v4.3.11. It will now redirect to www.sitename.com/#/dashboard?access_token=eyJhbG.... The access_token=eyJhbG... part needs to be in the hash in order for the client to retrieve that information unless you customize it yourself.
Hash-based redirects are not possible.
I'm tried to redirect to Vuejs frontend with Vue-router (history) in hash mode. It's working when redirecting to the landing page but not to the dashboard route.
This is a URL I'm getting is:
www.sitename.com/#/dashboard#access_token=eyJhbG...
I'm looking solution to customizing the getRedirect method of the oAuth strategy. I'm not sure how to do that, maybe sending authentication result in JSON?
The text was updated successfully, but these errors were encountered: