Login
Last Updated - Platform 25.0 - SDK 20.0The Login screen allows a user to log into an existing account.
The repository, via the Authenticator
, handles the authentication flow trading in JWTs.
Deeplinks
# Loginloginlogin?is_modal=true
## Forgot Passwordforgot-password
All deeplinks can be presented modally using the is_modal
query parameter.
This is especially a common use-case for the login screen.
Forgot Password
The Forgot Password screen is not currently part of SDK; instead, we delegate to the website to handle this.
Replace forgotPasswordURL
in MightyBot to set the forgot password page URL.