cf-modkit-auth 0.2.7

ModKit authentication library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ModKit Auth

Authentication helpers and plugin-based token validation for CyberFabric / ModKit.

## Overview

The `cf-modkit-auth` crate provides:

- Claims types and validation
- Token validation traits (`TokenValidator`)
- An auth dispatcher and plugin interfaces
- Optional Axum integration (feature `axum-ext`)

## License

Licensed under Apache-2.0.