The login page is the entry point for the end user to log into the system.
The login widget is used to log in to the system. You can login via Github. The login widget redirects the user to the GitHub OAuth2 login page from where the user can authenticate and authorize the access to the repositories.
The page is available on the / URL.
Along with this the parameters the URL accepts are:
next: Used to store the post login redirect URL
Required: False
Type: string
