Add example project

This commit is contained in:
Alois 2026-07-02 22:58:57 +02:00
commit db9e65e9d7
18 changed files with 4650 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "tauth-example-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
dotenvy = "0.15"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauth-sdk = { path = "../.." }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
tower-http = { version = "0.6", features = ["cors"] }
url = "2"