auth0 / passport-auth0-openidconnect

Passport strategy for authenticating with Auth0 using OpenID Connect.
MIT License
5 stars 6 forks source link

Strategy doesn't ignore additional authorization params #4

Open xoen opened 6 years ago

xoen commented 6 years ago

User provided authorization params (e.g. prompt) are not ignored.

This override passport-auth0-openidconnect's authorizationParams().

Fixes #3

xoen commented 6 years ago

I'm not quite sure how to test this, any ideas?