tv2regionerne / statamic-passport
Installs: 612
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 0
Language:Vue
Requires
- laravel/passport: ^8|^9|^10|^11|^12
- statamic/cms: ^4.0 || ^5.0
README
This addon adds A UI into Statamic to manage Laravel Passport Clients and personal tokens.
Features
This fieldtype can be found under the "Integration" category.
How to Install
You can search for this addon in the Tools > Addons
section of the Statamic control panel and click install, or run the following command from your project root:
composer require tv2regionerne/statamic-passport
The addon will require Laravel Passport to be installed. If not already installed, the package will be added.
Please follow the instructions in the Laravel documentation for the passport installation.
Be aware that Laravel Passport default routes will clash with Statamic OAuth authentication if enabled: STATAMIC_OAUTH_ENABLED=true
.
Please change the Passport prefix if you are using OAuth Authentication. This is done in config/passport.php
by changing the 'path' parameter to eg. passport instead of oauth.
How to Use
After installation Passport
will be present in the menu under Users for all users with the permissions to access it.
Enjoy cropping away!