UNPKG

nest-supabase-guard

Version:
8 lines 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.customSupabaseClientProvider = exports.JWTAuthGuard = void 0; const client_injection_helper_1 = require("./client-injection-helper"); Object.defineProperty(exports, "customSupabaseClientProvider", { enumerable: true, get: function () { return client_injection_helper_1.customSupabaseClientProvider; } }); const supabase_auth_guard_1 = require("./supabase-auth.guard"); Object.defineProperty(exports, "JWTAuthGuard", { enumerable: true, get: function () { return supabase_auth_guard_1.SupabaseAuthGuard; } }); //# sourceMappingURL=index.js.map