# TWIN API Auth Entity Storage Models

This package provides contracts for authentication flows and admin user management with entity storage.

## Installation

```shell
npm install @twin.org/api-auth-entity-storage-models
```

## Examples

Usage of the APIs is shown in the examples [docs/examples.md](docs/examples.md)

## Reference

Detailed reference documentation for the API can be found in [docs/reference/index.md](docs/reference/index.md)

## Changelog

The changes between each version can be found in [docs/changelog.md](docs/changelog.md)
