Skip to content

Commit 072ef16

Browse files
Merge pull request #9 from thibmeu/add-base64url-padding
Add mention of required base64url padding
2 parents 8e7090e + ae4ed88 commit 072ef16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: draft-wood-privacypass-auth-scheme-extensions.md

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ As defined in {{Section 2.2 of AUTHSCHEME}}, the "PrivateToken" authentication
7979
scheme defines one parameter, "token", which contains the base64url-encoded
8080
Token struct. This document defines a new parameter, "extensions," which contains
8181
the base64url-encoded representation of the following Extensions structure.
82+
This document follows the default padding behavior described in
83+
{{Section 3.2 of !RFC4648}}, so the base64url value MUST include padding.
8284

8385
~~~
8486
struct {

0 commit comments

Comments
 (0)