diff options
author | Matthew Miller <matthew@millerti.me> | 2020-06-05 17:55:58 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-06-05 17:55:58 -0700 |
commit | 506d1a5beb91ad5e65b30e10cb056d74bc49298c (patch) | |
tree | 40feb320b1c0cc2e4464c39d48e2cf8172a700f9 /packages/server/src/helpers/decodeClientDataJSON.test.ts | |
parent | 1683e99a6e6a33bd6737240ca6bbc8a9d64b798b (diff) |
Replace “base64” with “base64url” in some comments
Diffstat (limited to 'packages/server/src/helpers/decodeClientDataJSON.test.ts')
-rw-r--r-- | packages/server/src/helpers/decodeClientDataJSON.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeClientDataJSON.test.ts b/packages/server/src/helpers/decodeClientDataJSON.test.ts index 7674ec5..b1a7940 100644 --- a/packages/server/src/helpers/decodeClientDataJSON.test.ts +++ b/packages/server/src/helpers/decodeClientDataJSON.test.ts @@ -1,6 +1,6 @@ import decodeClientDataJSON from './decodeClientDataJSON'; -test('should convert base64-encoded attestation clientDataJSON to JSON', () => { +test('should convert base64url-encoded attestation clientDataJSON to JSON', () => { expect( decodeClientDataJSON( 'eyJjaGFsbGVuZ2UiOiJVMmQ0TjNZME0wOU1jbGRQYjFSNVpFeG5UbG95IiwiY2xpZW50RXh0ZW5zaW9ucyI6e30' + |