Accounts Entry + Flow Router working example?

Update:
These packages look like they would fit the bill:
http://useraccounts.meteor.com/
http://s-id.meteor.com/

I’ve been trying to make the accounts-entry + flow router package work and have hit a couple weird issues.

Has anybody actually been able to successfully integrate these with Meteor 1.2.1? I’m just looking for an example to get me going.

Package 1: https://github.com/dovrosenberg/accounts-entry/
Does not work because of less dependency collision issues. Might work if I install package locally and tweak.

Package 2: https://github.com/selaias/meteor-accounts-entry-flowrouter
Was able to get close to implementing, but ran into strange routing issues outlined here: https://github.com/selaias/meteor-accounts-entry-flowrouter/issues/2

Any help or pointers to some working examples would be great.

Side note: I am not against rolling my own package following the great tutorial here: https://github.com/themeteorchef/roll-your-own-authentication/tree/master/code but wanted to see if there were other options first!