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

fixing no api-prefix in url #16

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

gustavocaiano
Copy link
Contributor

fixes #15

I figured out the problem:
I removed the api-prefix for my app so instead of {url}/admin/logout , the request is {url}/logout

The PR fixes, checking if the request is also 'logout' instead of only '*/logout'

@stephenjude stephenjude merged commit 8ac47c2 into stephenjude:main Jan 7, 2025
1 of 9 checks passed
@stephenjude
Copy link
Owner

Thanks @gustavocaiano

I have tagged a new release for this fix. Let me know if everything works fine on your end.

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.

[Bug]: Cannot Log Out when ->enforceTwoFactorSetup()
2 participants