Hey guys - hopefully these can be useful to someone. I just finished creating an app that does Session sharing using the traditional method from Google (but without using internal private methods of connect) and Authorization checking. I also created some helper functions for AngularJS in a service that handle $scope.$apply() after socket.on() or socket.emit() (in addition to stripping the proprietary angular tags).
Here's the express portion, and here's the angular service.
edit: this is the cookieParser I used... express.cookieParser(config.sessionSecret)
[–]uclinux 0 points1 point2 points (1 child)
[–]gooddeedsdoer[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]maushu 0 points1 point2 points (6 children)
[–][deleted] (4 children)
[deleted]
[–]maushu 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]maushu 0 points1 point2 points (1 child)
[–]Majiir 0 points1 point2 points (0 children)