Files
Stalwart/resources/config/jmap/oauth.toml
2024-03-20 12:03:10 +01:00

17 lines
302 B
TOML

#############################################
# JMAP OAuth server configuration
#############################################
[oauth]
key = "__OAUTH_KEY__"
[oauth.auth]
max-attempts = 3
[oauth.expiry]
user-code = "30m"
auth-code = "10m"
token = "1h"
refresh-token = "30d"
refresh-token-renew = "4d"