📕
Sprnva Docs
  • Introduction
  • What's New?
  • Installation
    • Requirements
    • Download Sprnva zip no composer required
    • Install Sprnva Using Composer
    • Setup Config
  • Deployment
  • File Structure
  • Database
    • Select
    • SelectLoop
    • Insert
    • Update
    • Delete
    • Query
    • Seeder
    • Paginate
    • With
    • andFilter
    • withCount
    • get
  • Query Builder
  • Migration
    • INSTANCES
      • NEW
      • RENAMETABLE
      • DROP
      • CHANGE
    • DUMPS
      • dump
      • dump prune
    • MAKE
    • MIGRATE
      • migrate
      • migrate fresh
    • ROLLBACK
  • Routing
    • with parameter
    • multiple parameters
    • with closure
    • group
    • controller grouping
  • Controllers
    • methods
  • Views
    • Passing Parameters
  • Validation
    • validate
      • validation type
  • Authentication
  • Alert Messages
  • Default Helpers
  • CSRF Protection
  • Email
  • Packages
    • Fortify
  • Themes and Templates
Powered by GitBook
On this page

Authentication

Previousvalidation typeNextAlert Messages

Last updated 2 years ago

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.