auth-framework 0.5.0-rc19

A comprehensive, production-ready authentication and authorization framework for Rust applications
Documentation
1
2
3
4
5
6
7
8
# RBAC Path Fragment Status

notMounted:
    summary: RBAC HTTP endpoints are not mounted by the current ApiServer router.
    description: |

        The repository still contains handler implementations in src/api/rbac_endpoints.rs,
        but src/api/server.rs does not currently attach /api/v1/rbac routes to the REST API.
        Treat this file as a status note rather than a live OpenAPI path fragment.