You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authentication methods (how client prove its identity in a request: session cookie, basic authentication, api key, ...) should be configurable.
By default all authentication methods are enable but can be disable with the configuration auth.methods.${methodName}=false.
Available method names are: session, key, basic and init (and maybe pki soon #26).
The text was updated successfully, but these errors were encountered:
Authentication methods (how client prove its identity in a request: session cookie, basic authentication, api key, ...) should be configurable.
By default all authentication methods are enable but can be disable with the configuration
auth.methods.${methodName}=false
.Available method names are: session, key, basic and init (and maybe pki soon #26).
The text was updated successfully, but these errors were encountered: