lenso-http-auth 0.1.5

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.5"
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 = { version = "0.2.0", git = "https://github.com/LioRael/lenso-auth-module", rev = "cf7a9095489d2baad72bd8475d27adf54cfda5ad" }
lenso-capability-auth = { version = "0.1.1", git = "https://github.com/LioRael/lenso-auth-module", rev = "cf7a9095489d2baad72bd8475d27adf54cfda5ad" }
lenso-capability-http-endpoint = { version = "0.2.7", path = "../lenso-capability-http-endpoint" }
lenso-kernel.workspace = true

[lints]
workspace = true