UNPKG

web-auth-library

Version:

Authentication library for the browser environment using Web Crypto API

5 lines (4 loc) 170 B
/* SPDX-FileCopyrightText: 2022-present Kriasoft */ /* SPDX-License-Identifier: MIT */ export * as jwt from "./core/jwt.js"; export * as google from "./google/index.js";