Login form

This is the simplest form of authentication provided by ODD Platform.

User credentials are set by defining the auth.login-form-credentials property in the format username1:password1,username2:password2,.... All users authenticated through this method receive ADMIN privileges in the platform.

auth:
    type: LOGIN_FORM
    login-form-credentials: susan:susan_password,dave:dave_password

Last updated