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
Attempt to authenticate a user based on a JWT passed in the query string. Then returns a response with a session cookie. This can be used to start a user session when the user only has a JWT. The JWT may be a QR code, oAuth token or a user generated API key.
Attempt to authenticate a user based on either a username/password pair, or
a JWT passed in form data. This is used to login the user to the system so they can continue. It will effectively create a session cookie for the user.