Routes
Route NameURIDescriptionActionMethod
login/loginRedirects the user to Discord's OAuth2 authorization page.REDIRECTGET
logout/logoutInvalidates the current session.AuthenticatedSessionController@destroyPOST
larascord.login/larascord/callbackCallback route for Discord OAuth2 authentication.DiscordController@handleGET
larascord.refresh_token/larascord/refresh-tokenRedirects to the login page. (Used to access secure parts of the application through the middleware password.confirm.)REDIRECTGET