jaredhanson / passport-google

Google (OpenID) authentication strategy for Passport and Node.js.
MIT License
149 stars 80 forks source link

Express routes don't work as documented; Google response contains / #9

Open drauschenbach opened 11 years ago

drauschenbach commented 11 years ago

Here is a sample callback after a successful Google authentication:

Cannot GET /auth/google/callback?code=4/5jky5HVniFOxWH_7o3QtqXR92qer.4iLYz8A7frgRRJPr4JvC3x...

I presume the slash in the Google code response is used by Express for route matching? The docs should be updated with whatever ends up working.