Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtical/novassport
A Laravel Nova tool to manage API Authentication (Passport)
https://github.com/devtical/novassport
hacktoberfest laravel laravel-nova laravel-package nova oauth oauth2 passport
Last synced: 11 days ago
JSON representation
A Laravel Nova tool to manage API Authentication (Passport)
- Host: GitHub
- URL: https://github.com/devtical/novassport
- Owner: devtical
- Created: 2018-09-25T20:01:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T20:37:30.000Z (over 1 year ago)
- Last Synced: 2024-10-07T16:47:40.135Z (29 days ago)
- Topics: hacktoberfest, laravel, laravel-nova, laravel-package, nova, oauth, oauth2, passport
- Language: PHP
- Homepage:
- Size: 136 KB
- Stars: 66
- Watchers: 2
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Novassport
A Laravel Nova tool to manage API Authentication (Passport).
![Screenshot](https://i.imgur.com/uFkhrIk.png)
## Todo :
- [x] My Apps
- [x] Authorized Apps
- [ ] Personal Access Tokens## Requirements
- Laravel
- Passport## Installation
You can install the Nova tool in to a [Laravel](http://laravel.com) app that uses [Nova](http://nova.laravel.com) via composer :
```cli
composer require wearedevtical/novassport
```## Usage
Add `Novassport` to your `NovaServiceProvider.php`
```php
use Devtical\Novassport\Novassport;
// ...
public function tools()
{
return [
// ...
new Novassport(),
];
}
```## License
The MIT License (MIT).