UNPKG

@tdc/feathers-authentication-api-key

Version:

API Key authentication strategy for @feathers/authentication

5 lines (4 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var strategy_1 = require("./strategy"); exports.ApiKeyStrategy = strategy_1.ApiKeyStrategy;