Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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