UNPKG

@shwao/express-fingerprint

Version:

Client fingerprint server implementation. Fork of https://github.com/yusukeshibata/express-fingerprint. Adds IP and DNT parameter.

7 lines (6 loc) 93 B
"use strict"; module.exports = function (next) { next(null, { ip: this.req.ip }); };