mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 08:35:54 +03:00
[GH-ISSUE #112] Authenticator is always returning true for ::isAuthenticated() #522
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0x029Ax0 on GitHub (Dec 12, 2018).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/112
I'm trying to implement your package and so far saving secrets and verifying codes is working great. But I want to use my own middleware and the following code always returns true (placed in a controller for debugging purposes, but same effect in my middleware).
Anything I could be missing? If you need more information please ask, not sure what else to tell you.
@Datalink-Wouter commented on GitHub (Jul 26, 2019):
Do you know how to solve this?
I got the same thing.
Thanks