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

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 )

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