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
Is it possible to suppress the redirect after the login; When I use the authenticate function, I pass the current url as the redirect url, thus avoiding any redirect, but when the user uses the login function (username/password), there's no such option. If is not, is it possible to add the same functionality?
I guess I could use fetch to do the login, save the token manually using the setToken function added few days ago, but I would prefer a cleaner way.
The text was updated successfully, but these errors were encountered:
Is it possible to suppress the redirect after the login; When I use the
authenticate
function, I pass the current url as the redirect url, thus avoiding any redirect, but when the user uses thelogin
function (username/password), there's no such option. If is not, is it possible to add the same functionality?I guess I could use fetch to do the login, save the token manually using the
setToken
function added few days ago, but I would prefer a cleaner way.The text was updated successfully, but these errors were encountered: