feat(auth): add authentication integration
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-20 14:08:40 +02:00
parent 48d09c8ae3
commit e6084a7f4e
13 changed files with 409 additions and 233 deletions

8
Cargo.lock generated
View File

@@ -896,24 +896,17 @@ name = "como_auth"
version = "0.1.0"
dependencies = [
"anyhow",
"async-graphql",
"async-graphql-axum",
"async-sqlx-session",
"async-trait",
"axum",
"axum-extra",
"axum-sessions",
"clap",
"como_core",
"como_domain",
"como_gql",
"como_infrastructure",
"oauth2",
"openidconnect",
"pretty_assertions",
"sealed_test",
"serde",
"serde_json",
"sqlx 0.6.3",
"tokio",
"tower",
@@ -985,6 +978,7 @@ dependencies = [
"axum",
"chrono",
"clap",
"como_auth",
"como_core",
"como_domain",
"rand_core",