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
188 stars 173 forks source link

Added specifying scope in README example #108

Open lfanew opened 1 year ago

lfanew commented 1 year ago

Added scope option to the example in the README. Unless I overlooked something obvious, it wasn't very apparent that you had the option to do this unless you dig through the code (e.g. the test suite).