Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamedzarei/jwt

JWT Composer package for lumen and laravel
https://github.com/hamedzarei/jwt

authentication composer composer-package json-web-token jwt laravel lumen token web-token

Last synced: about 3 hours ago
JSON representation

JWT Composer package for lumen and laravel

Awesome Lists containing this project

README

        

# jwt
composer require zrhm7232/jwt

example:

1) $jwt = new \Zrhm7232\Jwt\JWT();

$jwt->createToken(['username' => 'me'])