actengage/nova-passporter
Composer 安装命令:
composer require actengage/nova-passporter
包简介
A Laravel Nova tool.
README 文档
README
This package provides a UI for Passport inside of Nova to manage OAuth clients, tokens, and auth codes. It also provides an interface to install and configure the various parts of Passport, which can make using OAuth for the first time much easier.
Installation
composer install actengage/nova-passporter
Open app/Providers/NovaServiceProvider.php and add the following code to the to tools() method.
/** * Get the tools that should be listed in the Nova sidebar. * * @return array */ public function tools() { return [ new Passporter() ]; }
Usage
Passporter will appear in the navigation of Nova. Passporter merely provides Resources for Nova and displays them in a different location in the navbar. Everything you would expect to function with a model and resource also functions with Passporter resoruces.
Setup Guide
We find that the initial setup of OAuth to often be the hardest part. This tool aims to get up and started quicker inside of your production environments, and without having to SSH into your server.
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-23

