Add base code (#1)
All checks were successful
continuous-integration/drone/push Build is passing

Add base code from https://gitea.communiquons.org/pierre/oidc-test-client with minor improvements

Reviewed-on: #1
This commit is contained in:
2023-04-29 09:00:57 +00:00
parent b29ef7a791
commit c234603403
7 changed files with 1560 additions and 3 deletions

View File

@@ -2,7 +2,15 @@
name = "actix-remote-ip"
version = "0.1.0"
edition = "2021"
authors = ["Pierre HUBERT <pierre.git@communiquons.org>"]
description = "Tiny extractor to get real client IP address, parsing X-Forwarded-For header"
readme = "README.md"
license = "GPL-2.0-or-later"
repository = "https://gitea.communiquons.org/pierre/actix-remote-ip"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
actix-web = "4"
futures-util = "0.3.28"