README.md
# glowauth
[](https://hex.pm/packages/glowauth)
[](https://hexdocs.pm/glowauth/)
OAuth2 helpers in Gleam... very not ready for usage.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
This package can be added to your Gleam project:
```sh
gleam add glowauth
```
and its documentation can be found at <https://hexdocs.pm/glowauth>.