I am using the meanjs stack and seeing the following callback URL when using Chrome and G+ to auth:
https://accounts.google.com/o/oauth2/approval?as=223724a429788812&hl=en&pageId=none&xsrfsign=ABDEF4gAAAAAV8888ga8dMABcuJAxLy9999qrGXRtXi3
-> 302: Temporary redirect to:
http://localhost:3000/auth/google/callback?code=4/gGM83kTe6c9999999925n6l0tuv9P0C2ZGg8G4Zk_Jc.UlLC0fzyg_QbABD6UAPFm0H6mCCCmgI#
Can anyone explain or point to docs that describe where the ending # comes from?
When I use Firefox I don't see the # being appended.
TIA