From 236876f1d0539ac22a3977fd8599933725ad0f90 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 26 Jul 2025 18:42:32 +0200 Subject: feat(auth): create user --- crates/auth/auth.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/auth/auth.toml') diff --git a/crates/auth/auth.toml b/crates/auth/auth.toml index 4c1c0ca..3af6fc0 100644 --- a/crates/auth/auth.toml +++ b/crates/auth/auth.toml @@ -5,13 +5,13 @@ port = 1304 [nats] hosts = ["nats://localhost:4222"] +[misc] +profile-endpoint = "http://localhost:1610" + [misc.oauth] session-lifespan = 3600 # seconds jwt-encoding-key = "secret" -[misc.nats] -subject = "users" - [misc.oauth.discord] # query param for provider redirect-url = "http://127.0.0.1:1304/auth/authorised?provider=discord" -- cgit v1.2.3