Last active
September 9, 2017 16:00
-
-
Save ralphievolt/177205450cf2f2ef70e5c40ae19f02aa to your computer and use it in GitHub Desktop.
Meteor Auto Login API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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