mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-24 23:55:55 +03:00
[GH-ISSUE #4] [Laravel] Use Form validator for checking form #471
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#471
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 @syphernl on GitHub (Dec 24, 2014).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/4
It would be nice if we could use the Laravel form validator to check whether the given token code is valid.
@jbrooksuk commented on GitHub (Jan 29, 2015):
Write your own validation class instead?
@indiealexh commented on GitHub (Feb 9, 2015):
There is little point of it being included in the package and would just add unnecessary bloat. Its easy enough to create this in laravel yourself.
@antonioribeiro commented on GitHub (Mar 24, 2015):
I agree with both @jbrooksuk and @indiealexh, sorry. Maybe decoupling this package from Laravel and creating a new one to only support Laravel it could make sense, I don't know...