So, I was implementing some login logic in some verification tests today, and saw that the docs for Meteor 1.2 include a new AccountsServer and AccountsClient API.
Is this for single-signon across subdomains???
If so, MDG just made my day.
So, I was implementing some login logic in some verification tests today, and saw that the docs for Meteor 1.2 include a new AccountsServer and AccountsClient API.
Is this for single-signon across subdomains???
If so, MDG just made my day.
I think it could be used for that. SSO is not as simple as it could be, but itβs a step in the right direction. I think @benjamn might have some better information on the appropriate usage.
Oh yes few pointers to usecases for the new API separation would go along way, thanks!