lenso-http-auth 0.1.3

Auth actor extraction helpers for Lenso HTTP Endpoint providers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "lenso-http-auth"
version = "0.1.3"
description = "Auth actor extraction helpers for Lenso HTTP Endpoint providers."
edition.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
lenso-auth-sdk = "0.1.1"
lenso-capability-auth = "0.1.1"
lenso-capability-http-endpoint = { version = "0.2.5", path = "../lenso-capability-http-endpoint" }
lenso-kernel = "0.1.4"

[lints]
workspace = true