Releases: artwells/meteor-accounts-guest
Releases · artwells/meteor-accounts-guest
expanded compatibiltiy
allowing accounts-ui options
0.1.12 allow optional accounts-ui derivatives
resolving dependencies
0.1.10 README formatting
fix and tests for removeOldGuests
0.1.7 increment version for XSS check
callback added to loginVisitors
Merge pull request #18 from leoc/master Add callback to loginVisitor
removes race condition in guest creation
Unmodified Meteor.user
prinzdezibel addreses the desired "Sign in" behavior in the blaze templates rather than modifying Meteor.user
Option repair, documentation
- Options work within the the proper client/server realm
- explicit loginVisitor call no longer necessary
- 'forced' only pertains to logged out accounts
Server-side implementation
Adapting dcsan's suggested code to put the guest creation server side.
This will set up account merging better.
meteor 0.9.0.0 compatibility release
v0.1.1 0.9.0.0 compatibility changes