Open
Description
I was trying to use the new Passport module in order to implement the whole OAuth2 Process (Google Login). However I was not sure how I am supposed to handle the callback where one would usually call passport.authenticate()
.
Can you add documentation which shows an OAuth2 login via Google (or some other provider)?