@wristband/nextjs-auth
Version:
SDK for integrating your NextJS application with Wristband. Handles user authentication and token management.
8 lines (7 loc) • 489 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.WristbandError = exports.FetchError = void 0;
var fetch_error_1 = require("./fetch-error");
Object.defineProperty(exports, "FetchError", { enumerable: true, get: function () { return fetch_error_1.FetchError; } });
var wristband_error_1 = require("./wristband-error");
Object.defineProperty(exports, "WristbandError", { enumerable: true, get: function () { return wristband_error_1.WristbandError; } });
;