文件名称:lumen-api-auth:流明作者API。 用JWT固定
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-13 00:32:20
api php jwt authentication microservice
此存储库演示了如何使用Lumen创建简单的API,如何使用访问令牌来访问端点以及如何使用Auth0添加权限要求。 有关说明,请。
【文件预览】:
lumen-api-auth-master
----.gitignore(50B)
----app()
--------Listeners()
--------User.php(716B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Events()
--------Jobs()
--------Author.php(434B)
----.env.example(285B)
----bootstrap()
--------app.php(3KB)
----resources()
--------views()
----storage()
--------app()
--------framework()
--------logs()
----public()
--------.htaccess(553B)
--------index.php(898B)
----composer.json(847B)
----composer.lock(190KB)
----phpunit.xml(903B)
----tests()
--------ExampleTest.php(390B)
--------TestCase.php(279B)
----artisan(1KB)
----database()
--------factories()
--------migrations()
--------seeds()
----readme.md(265B)
----routes()
--------web.php(937B)