UNPKG

login-with-huma-node

Version:

A Node.js package for huma auth server endpoints for third party clients to help authenticate users with their huma account

4 lines (3 loc) 81 B
'use strict'; let server = require('./lib/server'); exports.default = server;