Skip to content

Commit

Permalink
Merge pull request #57 from veraison/nonce-is-base64-url
Browse files Browse the repository at this point in the history
the nonce query parameter is base64 URL-encoded
  • Loading branch information
thomas-fossati authored Aug 27, 2024
2 parents a02a95a + ca76133 commit 3b6f647
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/challenge-response/challenge-response.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ paths:
in: query
description: >
the API server should not generate a nonce for this session and
use instead the one supplied by the client. The supplied value must
decode to a byte sequence between 8 and 64 bytes long.
instead use the one supplied by the client. The supplied base64
URL-encoded value must decode to a byte sequence between 8 and
64 bytes long.
required: false
schema:
type: string
Expand Down

0 comments on commit 3b6f647

Please sign in to comment.