UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

11 lines 314 B
import { getAuth0Client } from "./auth0.js"; export async function logOut() { const auth0 = await getAuth0Client(); await auth0.logout({ logoutParams: { returnTo: window.location.origin, }, }); return { response: "User logged out" }; } //# sourceMappingURL=logOut.js.map