Skip to main content
Module

x/webauthn_deno/mod.ts>base64urlDecode

A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.
Latest
function base64urlDecode
Re-export
import { base64urlDecode } from "https://deno.land/x/webauthn_deno@v0.2.2/mod.ts";

Converts given base64url encoded data back to original

Parameters

b64url: string

Returns

Uint8Array