Authentication

Add a login and registration to your Sprnva application using the authentication fortify. To install the fortify package, the command is plain simple:

composer require sprnva/fortify

php vendor/sprnva/fortify/serve

# or you can use the
php fortify_serve

And it will add login and registration to your application in the backend.

Forgot Password

Sprnva has a forgot password for it's user and it's built in already in sprnva and powered by PHPMailer.

Just enter the email you registered in the application and sprnva will send the password reset link. You need to click the link sent by sprnva application in your email provider. Click the link and you will be redirect here.

After that your password can now be changed.

Note: Refer to E-mail in Digging Deeper documentation for further assistance in configuring your local workstation's php files.

Last updated