passport-oauth2
passport-oauth2 copied to clipboard
Readme Options
I couldn't find a description of the available options (neither here, http://passportjs.org/docs/facebook, nor in the code https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js (line 43-50))
Explicitly the state option is very interesting. And is there a way to restrict a strategy to the request IP, so that the callback can only be invoked from a certain IP?