feat(auth): add base oauth client

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-19 16:15:17 +02:00
parent 5e879b7ef2
commit 48e9d73e6d
2 changed files with 45 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ como_core.workspace = true
como_domain.workspace = true
como_infrastructure.workspace = true
clap.workspace = true
async-trait.workspace = true
async-graphql.workspace = true
async-graphql-axum.workspace = true