Client Meteor.loginWithPassword(user, password, [callback]) import
{{ loggingIn }}
{{ currentUser }}
Anywhere Meteor.users import { Meteor } from 'meteor/meteor'
Client Meteor.logout([callback]) import { Meteor } from 'meteor/meteor'
Client Accounts.ui.config(options) import { Accounts } from
Client Meteor.loggingIn() import { Meteor } from 'meteor/meteor'
Client Meteor.loginWith<ExternalService>([options], [callback])
Anywhere but publish functions Meteor.userId() import { Meteor
Anywhere but publish functions Meteor.user() import { Meteor
Page 1 of 2