Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auth0-blog/lumen-api-auth
Lumen Authors API. Secured with JWT
https://github.com/auth0-blog/lumen-api-auth
api auth0 authentication authorization jwt lumen microservice php secure
Last synced: 2 months ago
JSON representation
Lumen Authors API. Secured with JWT
- Host: GitHub
- URL: https://github.com/auth0-blog/lumen-api-auth
- Owner: auth0-blog
- Created: 2017-12-19T00:54:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:20:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T03:33:26.322Z (10 months ago)
- Topics: api, auth0, authentication, authorization, jwt, lumen, microservice, php, secure
- Language: PHP
- Size: 184 KB
- Stars: 29
- Watchers: 4
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This repo demonstrates how to create a simple API with Lumen, require an access token to access endpoints, and add permission requirements using Auth0.
For instructions, please [follow the tutorial here](
https://auth0.com/blog/developing-restful-apis-with-lumen).