In the new Meteor auth branch how can I create users server side?
I see how to create them client side with the call to
[Client] Meteor.createUser(options, extra, callback)
But suppose I want to create a Meteor user collection record on startup?
For example, the Administrator account during startup/bootstrapping for an application?
Thanks
Steeve
Probably it’s a well known fact now, but for the sake of completing this – there’s a new server API for doing this on the
authbranch. From the docs on auth:Please note the API is subject to change as it’s not on the master branch yet.