README.md

# glow_auth

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

Glow Auth is a gleam OAuth 2.0 Client library.

## Installation

This package can be added to your Gleam project:

```sh
gleam add glow_auth
```

and its documentation can be found at <https://hexdocs.pm/glow_auth>.