I'm trying to add a social authentication to my project, which I created with Yeoman. But there is a problem with callback. It can't find my local server.
http://localhost:9000/oauth2callback#access_token=...
Cannot GET /oauth2callback
I found that this is node js issue, that mentions on stackoverflow there but it doesn't work with http://hostname/ in routes, and there where grunt connect module conflicts with other connect modules in Yeoman seed app (perhaps I couldn't setup it properly).
Project code stored on github and based on angular-oauth which works. This is routes file. The project is pretty simple.
Also I would be grateful for any help with this or more general solution of this problem.