mglinski / novassport
A Laravel Nova tool to manage API Authentication (Passport). Laravel 7/Nova 3
v3.0.0
2020-05-06 23:54 UTC
Requires
- php: ^7.2.5
- laravel/framework: ^7.0
- laravel/nova: ^3.0
This package is auto-updated.
Last update: 2024-11-07 10:09:20 UTC
README
A Laravel Nova tool to manage API Authentication (Passport).
Todo :
- [x] My Apps
- [x] Authorized Apps
- [ ] Personal Access Tokens
Requirements
- Laravel
- Passport
Installation
Depending on your version of Laravel, you should install a different version of the package.
Laravel Version | Package Version |
---|---|
6.0 | 2.0 |
5.8 | 1.0 |
You can install the Nova tool in to a Laravel app that uses Nova via composer :
composer require kristories/novassport
Usage
Add Novassport
to your NovaServiceProvider.php
use Kristories\Novassport\Novassport;
// ...
public function tools()
{
return [
// ...
new Novassport(),
];
}
License
The MIT License (MIT).