eetr-auth
Features

Overview

A tour of what eetr-auth does across OAuth/OIDC, clients, authentication, tokens, and administration.

eetr-auth is a complete authorization server, not just a token endpoint. This section documents the feature set in depth.

Security summary

FeatureDetail
Password hashingArgon2id via isolated WASM Worker
Password policiesPer-environment complexity rules + max password age enforced at login
Token signingRS256 asymmetric JWT
Token MACHMAC-SHA256 for internal request signing
PKCES256 mandatory for the Authorization Code flow
Session encryptionAUTH_SECRET via NextAuth.js
Service isolationargon-hasher rejects non-service-binding calls (403)
Redirect URI validationExact match required

On this page