Skip to content

Instantly share code, notes, and snippets.

@ralphievolt
Last active September 9, 2017 16:00
Show Gist options
  • Save ralphievolt/177205450cf2f2ef70e5c40ae19f02aa to your computer and use it in GitHub Desktop.
Save ralphievolt/177205450cf2f2ef70e5c40ae19f02aa to your computer and use it in GitHub Desktop.
Meteor Auto Login API
import { Accounts } from 'meteor/accounts-base'
Accounts.config({
loginExpirationInDays: 0.02
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment