auth-framework 0.5.0-rc18

A comprehensive, production-ready authentication and authorization framework for Rust applications
Documentation
openapi: 3.1.0
info:
  title: AuthFramework Static OpenAPI Note (Modular)
  version: 0.5.0-rc18
  description: |

    This file is a repository-level pointer rather than a second source of truth for the live API.

    Use /api/openapi.json from a running server for the current generated contract, and use
    the path fragments under docs/api/paths together with the markdown reference docs for curated,
    human-maintained explanations.

    Keeping this file lightweight avoids the previous problem where stale modular refs advertised
    endpoints that the current ApiServer did not actually mount.
paths: {}
x-authframework-current-route-groups:
  - docs/api/paths/auth.yaml
  - docs/api/paths/users.yaml
  - docs/api/paths/mfa.yaml
  - docs/api/paths/oauth.yaml
  - docs/api/paths/oauth_advanced.yaml
  - docs/api/paths/admin.yaml
  - docs/api/paths/rbac.yaml status note only
  - docs/api/paths/security.yaml status note only