Skip to content

Releases: artwells/meteor-accounts-guest

expanded compatibiltiy

12 Sep 23:59
Compare
Choose a tag to compare

support useraccounts suite
support (but don't require) brettle:accounts-add-service
don't require accounts-passwords
drop guests after login

allowing accounts-ui options

23 May 19:13
Compare
Choose a tag to compare
0.1.12

allow optional accounts-ui derivatives

resolving dependencies

25 Apr 19:07
Compare
Choose a tag to compare
0.1.10

README formatting

fix and tests for removeOldGuests

11 Apr 19:37
Compare
Choose a tag to compare
0.1.7

increment version for XSS check

callback added to loginVisitors

19 Feb 18:30
Compare
Choose a tag to compare
Merge pull request #18 from leoc/master

Add callback to loginVisitor

removes race condition in guest creation

06 Feb 05:48
Compare
Choose a tag to compare

Unmodified Meteor.user

19 Jan 19:19
Compare
Choose a tag to compare

prinzdezibel addreses the desired "Sign in" behavior in the blaze templates rather than modifying Meteor.user

Option repair, documentation

14 Jan 06:37
Compare
Choose a tag to compare
  • 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

03 Jan 21:37
Compare
Choose a tag to compare

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

04 Sep 03:14
Compare
Choose a tag to compare
v0.1.1

0.9.0.0 compatibility changes