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
- Host: GitHub
- URL: https://github.com/handofgod94/token_shoken
- Owner: HandOfGod94
- Created: 2025-01-15T12:07:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T12:39:37.000Z (4 months ago)
- Last Synced: 2025-01-15T14:01:52.415Z (4 months ago)
- Language: Gleam
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://hex.pm/packages/token_shoken)
[](https://hexdocs.pm/token_shoken/)```sh
gleam add token_shoken@1
```
```gleam
import token_shokenpub 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
```