torii-storage-sqlite 0.3.0

SQLite storage backend for the torii authentication ecosystem
Documentation

torii-storage-sqlite

This crate provides a SQLite 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