Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 793 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 793 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial release of actix-oidc-bff.
  • Middleware for OIDC authorization (OidcAuthorization) and token refresh (OidcRefresh).
  • User authentication context (OidcAuthenticationState) for secure access to user data.
  • Full support for OIDC flows, including login, token refresh, and user session management.
  • Encrypted cookies for secure storage of authentication state.
  • Configuration helpers for OIDC client setup via environment variables.
  • Example Actix Web application demonstrating library usage.