UNPKG

react-modal-login

Version:

A highly customizable react login modal with social buttons

10 lines (7 loc) 186 B
'use strict'; const { createHash } = require('crypto'); module.exports = env => { const hash = createHash('md5'); hash.update(JSON.stringify(env)); return hash.digest('hex'); };