Skip to content

Cosmian/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentication

authentication is a Rust workspace that provides:

  • auth_server: a multi-realm authentication server supporting username/password, JWT/OIDC, mTLS, and TOTP
  • auth_client: a client library and shared types used to integrate with the server

Documentation

Project documentation is in server/documentation:

Build

From the workspace root:

# Build all workspace members
cargo build --workspace

# Build one crate
cargo build -p auth_server
cargo build -p auth_client

Test

From the workspace root:

# Run all tests in the workspace
cargo test --workspace

# Run tests for a single crate
cargo test -p auth_server
cargo test -p auth_client

About

The Cosmian Authentication Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors