UNPKG

@thesinding/authentication-api-key

Version:

API Key authentication strategy for @feathers/authentication

6 lines (5 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiKeyStrategy = void 0; var strategy_1 = require("./strategy"); Object.defineProperty(exports, "ApiKeyStrategy", { enumerable: true, get: function () { return strategy_1.ApiKeyStrategy; } });