Docs.rs
  • mini-rust-auth-0.1.0
    • mini-rust-auth 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • O-Despo
    • Dependencies
      • actix-web ^4 normal
      • argon2 ^0.4 normal
      • chrono ^0.4.38 normal
      • dotenvy ^0.15.7 normal
      • rand ^0.8.5 normal
      • rustls ^0.23 normal
      • rustls-pemfile ^2 normal
      • serde ^1.0.203 normal
      • sqlx ^0.7 normal
    • Versions
    • 51.22% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mini_rust_auth0.1.0

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • auth::Credentials
  • auth::Session
  • wrappers::JsonSession

Enums

  • auth::AddUserReturn
  • auth::SessionGeneratedErr
  • auth::SessionInvalided
  • auth::SessionValidated
  • auth::UserValidated

Functions

  • auth::add_user
  • auth::connect_to_db_get_pool
  • auth::generate_session
  • auth::invalidate_session
  • auth::validate_session
  • auth::validate_user
  • wrappers::add_user_wrapper
  • wrappers::generate_session_wrapper
  • wrappers::validate_session_wrapper
  • wrappers::validate_user_wrapper