UNPKG

@hypernetlabs/hypernet-id-web-integration

Version:

Web integration package for Hypernet.ID. Provides basic access to user identity status and facilitates onboarding workflows.

6 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.appBaseUrl = exports.apiBaseUrl = void 0; exports.apiBaseUrl = "https://public.api.hypernet.id/v0"; exports.appBaseUrl = "https://app.hypernet.id"; //# sourceMappingURL=configuration.js.map