Download the PHP package larahook/sanctum-refresh-token without Composer
On this page you can find all versions of the php package larahook/sanctum-refresh-token. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download larahook/sanctum-refresh-token
More information about larahook/sanctum-refresh-token
Files in larahook/sanctum-refresh-token
Download larahook/sanctum-refresh-token
More information about larahook/sanctum-refresh-token
Files in larahook/sanctum-refresh-token
Vendor larahook
Package sanctum-refresh-token
Short Description Sanctum authentication with refresh token
License MIT
Homepage https://github.com/Mishanki/sanctum-refresh-token
Package sanctum-refresh-token
Short Description Sanctum authentication with refresh token
License MIT
Homepage https://github.com/Mishanki/sanctum-refresh-token
Please rate this library. Is it a good library?
Informations about the package sanctum-refresh-token
Laravel sanctum authentication with refresh token
Install
-
Add Trait in
User
model class. - Add
SanctumRefreshTokenServiceProvider
inconfig/app.php
Config
- You can also publish the config file to change implementations
Migration
- Install migrations
Usage
Add trait AuthTokens
createTokenPair
- createaccess_token
andrefresh_token
refreshTokenPair
- unlink current token pair and create newaccess_token
andrefresh_token
logoutTokenPair
- unlink current token pair
All versions of sanctum-refresh-token with dependencies
PHP Build Version
Package Version
The package larahook/sanctum-refresh-token contains the following files
Loading the files please wait ....