OAuth2/OIDC authentication server
OAuth2/OIDC kimlik dogrulama sunucusu
OAuth2 protokolu
oauth2 = "4"JWT islemleri
jsonwebtoken = "9"Web framework
axum = "0.7"Copy this Cargo.toml to get started:
[package]
name = "my-auth-server"
version = "0.1.0"
edition = "2021"
[dependencies]
oauth2 = "4"
jsonwebtoken = "9"
axum = "0.7"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: