FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
CHANGELOG.md 449 B
Newer Older
## 0.0.6

Added:

- Incoming requests now have their identity token verified as having been issued by the
  API Gateway if the `API_GATEWAY_VERIFY_ID_TOKEN` setting is `True`.


Added:

- When authenticated, a non-database backed user object is associated with the request.

## 0.0.4

Added:

- Repackaged using poetry.
- Aligned code style with black and isort by means of pre-commit checks.

## 0.0.3

Added:

- A changelog.