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

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/

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.