Two Factor Auth
#18905
Replies: 1 comment 4 replies
|
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Package
Panel builder
Package Version
v4.3
How can we help you?
Hi, I would like to add two factor authorization to my application but I can't find these two traits mentioned in the documentation.
https://filamentphp.com/docs/4.x/users/multi-factor-authentication
The follwing Classes don't exist in the Repository:
use Filament\Auth\MultiFactor\App\Concerns\InteractsWithAppAuthentication;
use Filament\Auth\MultiFactor\App\Concerns\InteractsWithAppAuthenticationRecovery;
Am I missing something? :)
All reactions