Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamedzarei/jwt
- Owner: hamedzarei
- Created: 2018-03-02T21:08:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T22:12:45.000Z (over 6 years ago)
- Last Synced: 2024-04-18T02:04:37.035Z (7 months ago)
- Topics: authentication, composer, composer-package, json-web-token, jwt, laravel, lumen, token, web-token
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jwt
composer require zrhm7232/jwtexample:
1) $jwt = new \Zrhm7232\Jwt\JWT();
$jwt->createToken(['username' => 'me'])