| Crates.io | ej-auth |
| lib.rs | ej-auth |
| version | 0.3.0 |
| created_at | 2025-07-05 13:58:56.65892+00 |
| updated_at | 2025-07-05 13:58:56.65892+00 |
| description | Authentication utilities for the EJ framework, including JWT management and password hashing. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1739117 |
| size | 33,258 |
Authentication utilities for the EJ framework, including JWT management and password hashing.
ej-auth provides essential authentication components used throughout the EJ framework. It handles JWT token generation and validation, password hashing with secure algorithms, and other authentication-related utilities.
Add this to your Cargo.toml:
[dependencies]
ej-auth = "0.3.0"
This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.