jmreyes / passport-google-id-token

Google ID token authentication strategy for Passport and Node.js.
MIT License
44 stars 22 forks source link

Added a possibility to pass options to jwt. #25

Closed ferdinandyb closed 6 years ago

ferdinandyb commented 7 years ago

It is useful to be able to modify the behaviour of jwt when validating the tokens.

jmreyes commented 6 years ago

Hi Bence, sorry for the late reaction, thank you for this! Just changed the documentation part a little bit to make it more generic and reference the validation library.

ferdinandyb commented 6 years ago

Great, thanks!