---
name: Bug report
about: Create a report to help us improve
title: ''
labels: possible bug
assignees: ''

---

- [ ] The [readme](https://github.com/PrismarineJS/prismarine-auth/README.md) doesn't contain a resolution to my issue 
- [ ] The [example](https://github.com/PrismarineJS/prismarine-auth/example.js) doesn't contain a resolution to my issue 

<!-- To mark the checkbox, insert `x` into it: [x] -->

## Versions
 - node: #.#.#
 - prismarine-auth: #.#.#

## Detailed description of a problem
A clear and concise description of what the problem is.

## Your current code
```js
console.log("Hello world.")
```

## Expected behavior
A clear and concise description of what you expected to happen.

## Additional context
Add any other context about the problem here.
---
