OAuth2/OIDC authentication server
OAuth2/OIDC kimlik doğrulama sunucusu
OAuth2 protokolü
oauth2 = "4"JWT işlemleri
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: