diff options
author | Matthew Miller <matthew@millerti.me> | 2020-06-07 15:09:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 15:09:57 -0700 |
commit | 992a56a10fab7f651a936bcc65642664b9cd86bc (patch) | |
tree | 8a0bf34253858057e35a3aa996b911a97751e3af /packages/server/src/helpers/decodeClientDataJSON.test.ts | |
parent | b4c1bae58a11f7651dd44b7cfc7ba210ef09a605 (diff) | |
parent | c172c6afd507d8a690c8716bb37d551b9e99379a (diff) |
Merge pull request #24 from MasterKale/feature/improved-verification
feature/improved-verification
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' + |