sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
150 stars 56 forks source link

Pass-through thrown responses #57

Closed sergiodxa closed 1 year ago

sergiodxa commented 1 year ago

Allow responses thrown inside verify callbacks to pass-throw and don't get caught by Remix Auth failure handling.