????

Your IP : 3.133.108.227


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/jwt/dist/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/jwt/dist/jwt.providers.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createJwtProvider = void 0;
const jwt_constants_1 = require("./jwt.constants");
function createJwtProvider(options) {
    return [{ provide: jwt_constants_1.JWT_MODULE_OPTIONS, useValue: options || {} }];
}
exports.createJwtProvider = createJwtProvider;