diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-25 17:33:47 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-25 17:33:47 +0200 |
commit | cd528dbb7fb5d596b47178110a3dcef9af573c8d (patch) | |
tree | 4c47f024cc7afb0e52c66fcc3ac04ec4329571d1 /crates/auth/auth.toml | |
parent | 521c4e32e63ec20094df128c17d24e8e1dcb17c0 (diff) | |
download | sellershut-cd528dbb7fb5d596b47178110a3dcef9af573c8d.tar.bz2 sellershut-cd528dbb7fb5d596b47178110a3dcef9af573c8d.zip |
feat(auth): jwt
Diffstat (limited to 'crates/auth/auth.toml')
-rw-r--r-- | crates/auth/auth.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/auth/auth.toml b/crates/auth/auth.toml index 4e5b263..17a696f 100644 --- a/crates/auth/auth.toml +++ b/crates/auth/auth.toml @@ -4,6 +4,7 @@ port = 1304 [misc.oauth] session-lifespan = 3600 # seconds +jwt-encoding-key = "secret" [misc.oauth.discord] # query param for provider |