server: add OAuth2 authentication routes

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Icacb5359f4d05d53d4c1b60cc2c0f4f66a6a6964
This commit is contained in:
raf 2026-02-07 20:04:19 +03:00
commit a9e9599d5b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 546 additions and 3 deletions

View file

@ -22,6 +22,7 @@ hmac.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
subtle.workspace = true
sqlx.workspace = true
thiserror.workspace = true
tokio.workspace = true
@ -31,6 +32,8 @@ tower-http.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
oauth2.workspace = true
reqwest.workspace = true
# Our crates
fc-common.workspace = true