https://github.com/hamedzarei/lumen-jwt-starter
JWT Starter for Lumen ( generate, check, invalidate, refresh )
https://github.com/hamedzarei/lumen-jwt-starter
jwt lumen php
Last synced: about 1 year ago
JSON representation
JWT Starter for Lumen ( generate, check, invalidate, refresh )
- Host: GitHub
- URL: https://github.com/hamedzarei/lumen-jwt-starter
- Owner: hamedzarei
- Created: 2018-02-23T17:42:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T22:26:05.000Z (over 8 years ago)
- Last Synced: 2024-12-31T13:42:07.090Z (over 1 year ago)
- Topics: jwt, lumen, php
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lumen-jwt-starter
This starter is based on [this repository](https://github.com/Spomky-Labs/jose)
And You can learn more about jwt from [here](https://jwt.io/)
Follow these steps to start:
* composer install
* cp .env.example .env
* generate new keygen via: ssh-keygen and put the path of file private key in .env
* you can see example api by importing [postman.json](https://raw.githubusercontent.com/hamedzarei7232/lumen-jwt-starter/master/postman.json) into your postman