Initial commit

This commit is contained in:
Jonathan Cooper 2026-02-01 16:13:30 -08:00
commit be36cde694
9 changed files with 731 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[package]
name = "sf-auth-middleware-axum"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"