README.md

# glowauth

[![Package Version](https://img.shields.io/hexpm/v/glowauth)](https://hex.pm/packages/glowauth)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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>.