feat(auth): add authentication integration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -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",
|
||||
|
Reference in New Issue
Block a user