Docs.rs
  • fistinc-auth-0.1.0
    • fistinc-auth 0.1.0
    • Permalink
    • Docs.rs crate page
    • Links
    • crates.io
    • Source
    • Owners
    • Hjklvfr
    • Dependencies
      • actix ^0.12.0 normal
      • actix-http ^2.2.1 normal
      • actix-web ^3.3.2 normal
      • argon2rs ^0.2.5 normal
      • async-trait ^0.1.51 normal
      • chrono ^0.4.19 normal
      • diesel ^1.4.8 normal
      • email_address ^0.2.1 normal
      • fistinc-diesel-utils ^0.1.0 normal
      • fistinc-errors ^0.1.0 normal
      • fistinc-paging ^0.1.0 normal
      • futures ^0.3.17 normal
      • jsonwebtoken ^7.2.0 normal
      • phonenumber ^0.3.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0.67 normal
      • uuid ^0.8 normal
    • Versions
    • 0% of the crate is documented
  • 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

fistinc_auth0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • api::controllers::auth::LoginRequest
  • api::controllers::auth::LoginResponse
  • api::controllers::user::CreateUserRequest
  • api::middleware::Auth
  • api::middleware::AuthMiddleWare
  • api::models::UserIdentity
  • application::AuthContainer
  • application::services::LoginHistoryServiceImpl
  • application::services::PasswordHistoryServiceImpl
  • application::services::UserAuthServiceImpl
  • application::services::UserSecurityServiceImpl
  • application::services::UserServiceImpl
  • domain::entity::LoginAction
  • domain::entity::PasswordChangeAction
  • domain::entity::Token
  • domain::entity::User
  • infrastructure::models::LoginActionDiesel
  • infrastructure::models::PasswordChangeDiesel
  • infrastructure::models::RoleDiesel
  • infrastructure::models::UserDiesel
  • infrastructure::repository::LoginHistoryRepositoryImpl
  • infrastructure::repository::PasswordHistoryRepositoryImpl
  • infrastructure::repository::UserRepositoryImpl

Enums

  • domain::entity::Role

Traits

  • domain::LoginHistoryRepository
  • domain::PasswordHistoryRepository
  • domain::UserRepository
  • domain::services::LoginHistoryService
  • domain::services::PasswordHistoryService
  • domain::services::UserAuthService
  • domain::services::UserSecurityService
  • domain::services::UserService

Functions

  • api::controllers::auth::login
  • api::controllers::user::create_user
  • api::controllers::user::delete_user
  • api::controllers::user::get_user_by_id
  • api::controllers::user::get_users