Download the PHP package tnmdev/auth-service without Composer
On this page you can find all versions of the php package tnmdev/auth-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tnmdev/auth-service
More information about tnmdev/auth-service
Files in tnmdev/auth-service
Download tnmdev/auth-service
More information about tnmdev/auth-service
Files in tnmdev/auth-service
Vendor tnmdev
Package auth-service
Short Description Service integration for Auth Server
License MIT
Package auth-service
Short Description Service integration for Auth Server
License MIT
Please rate this library. Is it a good library?
Informations about the package auth-service
Installation
Install the package using composer
Migrate the tables
Install Laravel passport
Create env
variable AUTH_SERVER_CLIENT_SECRET
and assign it the client secret provided by the auth server
Make the following changes in App\User
model
- Implement
TNM\AuthService\Models\HasPermissions
- Use
TNM\AuthService\Models\HasPermissionsTrait
- Replace
protected $fillable...
withprotected $guarded = []
All versions of auth-service with dependencies
PHP Build Version
Package Version
The package tnmdev/auth-service contains the following files
Loading the files please wait ....