Skip to content
Discussion options

You must be logged in to vote

You can use custom login pages (and backends) by configuring them in the Nova config.
You have options for middlewares, and a guard, where you could use something like Fortify.
In my case, since I bootstrapped my app with Jetstream, I can directly use their pages by adding the following to my Nova config

'routes' => [
    'login' => '/login',
    'logout' => '/logout',
],

It'll then use Jetstream's login pages and logic, where I have then activated 2FA, among others.
Laravel's first-party 2FA packages don't support SMS at this time AFAIK, though.
But maybe it could get you in the right direction.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sharjeelz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants