Novassport
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).
