rocket_auth 0.1.3

A high level authentication management library for Rocket applications. It supports both SQLite and Postgres.
Documentation

rocket_auth

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 3 of them enabled by default.

default

  • sqlite-db

sqlite-db

  • rusqlite

rusqlite

    This feature flag does not enable additional features.

postgres-db

  • tokio-postgres
  • futures
  • tokio

redis-session

  • redis

tokio

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

redis

    This feature flag does not enable additional features.

tokio-postgres

    This feature flag does not enable additional features.