UNPKG

user-managements-node-server

Version:

starter for express node server with user managements, authentication authorization

10 lines 207 B
const init = ({ compile, activationResponse }) => ( ({ appName, error, link }) => ( compile(activationResponse)({ appName, error, link }) ) ) export default init