UNPKG

@wristband/nestjs-auth

Version:

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

6 lines (5 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SESSION_OPTIONS_TOKEN = exports.DEFAULT_AUTH_TOKEN = void 0; exports.DEFAULT_AUTH_TOKEN = 'WristbandAuth'; exports.SESSION_OPTIONS_TOKEN = 'WRISTBAND_SESSION_OPTIONS';