Download the PHP package jscustom/laravel-sanctum-auth without Composer
On this page you can find all versions of the php package jscustom/laravel-sanctum-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jscustom/laravel-sanctum-auth
More information about jscustom/laravel-sanctum-auth
Files in jscustom/laravel-sanctum-auth
Package laravel-sanctum-auth
Short Description Laravel package for user authentication.
License MIT
Informations about the package laravel-sanctum-auth
Laravel Sanctum Authenticator API
Laravel package for sanctum authenticator. Includes login, register, logout, change password and forgot password.
Table of Contents
Getting Started
Prerequisite(s)
Installation
How to Use
Download Postman API
Sanctum Authenticator
Login API
Register API
Logout API
Change Password API
Forgot Password (Send Request) API
Forgot Password (Reset) API
Support
Getting Started
Below are the steps in order to integrate sanctum authenticator API to your Laravel project.
Prerequisite(s)
Laravel Sanctum
Install Laravel Sanctum via Composer:
Uncomment \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class located in the app/Http/Kernel.php file
Add the following lines of code to the $routeMiddleware variable in the app/Http/Kernel.php file
Installation
Install the package using composer:
Export the configuration file:
Export the migration files:
Do a quick migration:
How To Use
Download Postman API
Download the Postman API Collection here.
Sanctum Authenticator
Features
- Login
- Register
- Logout
- Change Password
- Forgot Password (Send Request)
- Forgot Password (Reset)
Models
Login API
Controller
URL
Form Data
Method
Headers
Response
Register API
Controller
URL
Form Data
Method
Headers
Response
Logout API
Controller
URL
Method
Headers
Response
Change Password API
Controller
URL
Parameters
Method
Headers
Response
Forgot Password (Send Request) API
Controller
URL
Parameters
Method
Headers
Response
Forgot Password (Reset) API
Controller
URL
Parameters
Method
Headers
Response
Support
For support, email [email protected].