feat: add support for OAuth-only login mode and update configuration handling
This commit is contained in:
@@ -27,6 +27,10 @@ JMAP_SERVER_URL=https://your-jmap-server.com
|
||||
# Set to "true" to use OAuth instead of basic JMAP authentication
|
||||
# OAUTH_ENABLED=true
|
||||
|
||||
# Set to "true" to only allow OAuth login (hides username/password form)
|
||||
# Requires OAUTH_ENABLED=true
|
||||
# OAUTH_ONLY=true
|
||||
|
||||
# OAuth client ID registered with your identity provider
|
||||
# OAUTH_CLIENT_ID=your-client-id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user