UNPKG

@compyai/securetoken

Version:

A modular, encrypted, DB-agnostic token system with optional refresh support, honeypot protection, and revocation. A secure alternative to JWT.

6 lines (4 loc) 98 B
function buildSourceKey(ip, ua) { return `${ip}|${ua}`; } module.exports = { buildSourceKey };