Canceling the OAuth request will return the user to the authorize endpoint with the query params { error: 'access_denied' }. This should just redirect the user to the root URL. A notification shouldn't be necessary since the user knows they chose to cancel the request.
Canceling the OAuth request will return the user to the
authorize
endpoint with the query params{ error: 'access_denied' }
. This should just redirect the user to the root URL. A notification shouldn't be necessary since the user knows they chose to cancel the request.