You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Make password-based login optional
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
"passwords": {
|
||||
"description": "Configuration related to user passwords",
|
||||
"default": {
|
||||
"enabled": true,
|
||||
"schemes": [
|
||||
{
|
||||
"algorithm": "argon2id",
|
||||
@@ -1215,6 +1216,11 @@
|
||||
"description": "User password hashing config",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"description": "Whether password-based authentication is enabled",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"schemes": {
|
||||
"default": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user