server: add OAuth2 authentication routes
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Icacb5359f4d05d53d4c1b60cc2c0f4f66a6a6964
This commit is contained in:
parent
2eae49f313
commit
a9e9599d5b
4 changed files with 546 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue