torii-storage-postgres 0.3.0

Postgres storage backend for the torii authentication ecosystem
Documentation

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