Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redirect on invalid token request #673

Merged
merged 1 commit into from
Dec 17, 2021
Merged

Conversation

zorn-v
Copy link
Contributor

@zorn-v zorn-v commented Dec 17, 2021

Currently redirect to "login" route does not perform on "invalid token request" as invalid object passed to router ({redirect: {path: '/login'}} with default options).
Actual redirect is performing on next route change now (as token cleared).

@websanova websanova merged commit 1a0362a into websanova:master Dec 17, 2021
@websanova
Copy link
Owner

websanova commented Dec 17, 2021

Ok fixed in 4.1.8, thx :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants