Skip to content

wintercms/wn-passport-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passport Plugin

MIT License

Laravel Passport integration for WinterCMS.

Installation

This plugin is available for installation via Composer.

NOTE: This is a WORK-IN-PROGRESS BETA plugin for integrating Laravel Passport with WinterCMS. It is not complete, and no guarantees are made in regards to it's working condition. Please test out and offer improvements / bug reports.

composer require winter/wn-passport-plugin

After installing the plugin you will need to run the migrations and (if you are using a public folder) republish your public directory.

php artisan migrate

Following https://laravel.com/docs/10.x/passport#installation would have you run php artisan passport:install. Read https://laravel.com/docs/10.x/passport for more information on using Passport.

NOTE: The default backend user model is extended to work with Passport via the Winter\Passport\Models\BackendUser model, use that instead of Backend\Models\User when working with Passport.

About

Laravel Passport integration for Winter CMS

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages