package server

import "encoding/base64"

// _b64 is the URL-safe, unpadded base64 encoding used everywhere we surface
// credential IDs to the operator. WebAuthn canonicalizes IDs in this shape.
var _b64 = base64.RawURLEncoding
