ej-auth

Crates.ioej-auth
lib.rsej-auth
version0.3.0
created_at2025-07-05 13:58:56.65892+00
updated_at2025-07-05 13:58:56.65892+00
descriptionAuthentication utilities for the EJ framework, including JWT management and password hashing.
homepage
repository
max_upload_size
id1739117
size33,258
André Costa (AndreCostaaa)

documentation

README

ej-auth

Authentication utilities for the EJ framework, including JWT management and password hashing.

Overview

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.

Features

  • JWT token generation and validation
  • Secure password hashing and verification
  • Authentication middleware components
  • Token expiration and refresh handling

Installation

Add this to your Cargo.toml:

[dependencies]
ej-auth = "0.3.0"

Part of EJ Framework

This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.

Commit count: 0

cargo fmt