jaredhanson / passport-openidconnect

OpenID Connect authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openidconnect/?utm_source=github&utm_medium=referral&utm_campaign=passport-openidconnect&utm_content=about
MIT License
191 stars 177 forks source link

Fix Authentication Request "ui-locales" #82

Closed danleegion closed 2 years ago

danleegion commented 4 years ago

Based on optional parameters from https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest

There seems to be a typo, hopefully this can be accepted

danleegion commented 4 years ago

@jaredhanson do you mind looking into this pull request to address to a bug

0x0ece commented 3 years ago

Hi, I created a fork of this project as it seems unmaintained. If you're interested in contributing your PR I'd be happy to merge it with your name. Alternatively I'll prob copy & paste this if I don't hear from you. https://github.com/saasform/saasform/tree/main/packages/passport-oauth2-oidc

jaredhanson commented 2 years ago

Merged, thanks!