kristories / novassport
This package is abandoned and no longer maintained.
The author suggests using the wearedevtical/novassport package instead.
A Laravel Nova tool to manage API Authentication (Passport).
Fund package maintenance!
v2.0.2
2022-01-15 17:07 UTC
Requires
- php: ^8.0|^7.3
- laravel/nova: ^3.0
- laravel/passport: ^10.3
Requires (Dev)
This package is auto-updated.
Last update: 2023-04-21 20:37:34 UTC
README
A Laravel Nova tool to manage API Authentication (Passport).
Todo :
- My Apps
- Authorized Apps
- Personal Access Tokens
Requirements
- Laravel
- Passport
Installation
You can install the Nova tool in to a Laravel app that uses Nova via composer :
composer require wearedevtical/novassport
Usage
Add Novassport to your NovaServiceProvider.php
use Devtical\Novassport\Novassport; // ... public function tools() { return [ // ... new Novassport(), ]; }
License
The MIT License (MIT).