mattantonelli / lodestone

Unofficial webhook service, REST API, and RSS feed for Final Fantasy XIV Lodestone news
https://lodestonenews.com
30 stars 8 forks source link

Handle canceled OAuth requests #10

Closed mattantonelli closed 6 years ago

mattantonelli commented 6 years ago

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.