Meteor.loginWithToken missing in docs and guide

I was just experimenting with something and tried to lookup Meteor.loginWithToken and noticed that I wasn’t able to find it in docs.meteor.com nor guide.meteor.com (with search function)

Oversight? Or is this going away?

I’m pretty sure it’s just an oversight. Meteor.loginWithToken has never been in the official API docs for any Meteor version.

1 Like

It’s not really intended for public use - it’s more of an internal function for resuming login state via LocalStorage

I know this a little bit old but is there a working example for this?

You could look at the package tests:

1 Like