https://github.com/khalidsheet/ktoken
Simple way to generate tokens for users https://khalidsheet.gitbook.io/ktoken/
https://github.com/khalidsheet/ktoken
jwt ktoken laravel token tokens
Last synced: about 2 months ago
JSON representation
Simple way to generate tokens for users https://khalidsheet.gitbook.io/ktoken/
- Host: GitHub
- URL: https://github.com/khalidsheet/ktoken
- Owner: khalidsheet
- License: mit
- Created: 2020-06-02T04:53:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T23:04:49.000Z (about 6 years ago)
- Last Synced: 2024-12-26T03:25:30.855Z (over 1 year ago)
- Topics: jwt, ktoken, laravel, token, tokens
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# KToken
-----
#### A simple library made to let you create tokens easily.
As simple as calling this method
```php
$user->createToken();
```
## Installing
```bash
$ composer require khalidsheet/ktoken
```
## Documentation
> Coming Soon.