Authorize Controller

Overview

For the Authorize Endpoint, which requires the user to authenticate and redirects back to the client with an authorization code (Authorization Code grant type) or access token (Implicit grant type).

Methods

handleAuthorizeRequest

validateAuthorizeRequest

Fork me on GitHub