UNPKG

@wristband/nestjs-auth

Version:

SDK for integrating your NestJS application with Wristband. Handles user authentication, session management, and token management.

11 lines (10 loc) 925 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createWristbandAuthGuard = exports.WristbandExpressAuthService = exports.WristbandExpressAuthModule = exports.WristbandError = void 0; var express_auth_1 = require("@wristband/express-auth"); Object.defineProperty(exports, "WristbandError", { enumerable: true, get: function () { return express_auth_1.WristbandError; } }); // nestjs-auth SDK exports var express_1 = require("./express"); Object.defineProperty(exports, "WristbandExpressAuthModule", { enumerable: true, get: function () { return express_1.WristbandExpressAuthModule; } }); Object.defineProperty(exports, "WristbandExpressAuthService", { enumerable: true, get: function () { return express_1.WristbandExpressAuthService; } }); Object.defineProperty(exports, "createWristbandAuthGuard", { enumerable: true, get: function () { return express_1.createWristbandAuthGuard; } });