ej-auth 0.3.0

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

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.