feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 744 forks source link

fix(authentication-oauth): Properly handle all oAuth errors #3284

Closed daffl closed 9 months ago

daffl commented 9 months ago

This pull request ensures that Grant oAuth errors are properly handled. Thanks to @tjenkinson for finding this.

tjenkinson commented 9 months ago

Thanks!