UNPKG

simple-auth-cli

Version:

An implementation of authentication system supporting multiple providers ready to be used with a single command.

7 lines (5 loc) 183 B
const NANOIDLENGTH=8; const APPNAME=""; const APPURL="" const VERIFICATIONTOKENEXPIRYTIME=1000*60*60*24*7; export { NANOIDLENGTH,APPNAME, APPURL,VERIFICATIONTOKENEXPIRYTIME };