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

https://github.com/handofgod94/token_shoken

Gleam app to manage auth tokens and managing users
https://github.com/handofgod94/token_shoken

Last synced: about 2 months ago
JSON representation

Gleam app to manage auth tokens and managing users

Awesome Lists containing this project

README

        

# token_shoken

Gleam app to manage auth tokens and managing users

> NOTE: This is a learning app. Not to be used in production

[![Package Version](https://img.shields.io/hexpm/v/token_shoken)](https://hex.pm/packages/token_shoken)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/token_shoken/)

```sh
gleam add token_shoken@1
```
```gleam
import token_shoken

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```