Make dashboard show message when no files have been uploaded.
Redirect "get started" button to /api/login
Secure oauth flow (state parameter)
See https://discord.com/developers/docs/topics/oauth2#state-and-security
Currently we do not use the state parameter at ALL. We must randomly generate one when the user calls /api/login…