torii-storage-postgres 0.2.2

Postgres storage backend for the torii authentication ecosystem
Documentation
1
2
3
4
5
6
7
8
9
# torii-storage-postgres

This crate provides a Postgres storage implementation for Torii.

It provides implementations for the following traits:

- `UserStorage` - for storing and retrieving users
- `SessionStorage` - for storing and retrieving sessions
- `EmailAuthStorage` - for use by the `torii-auth-password` plugin