Skip to content

Commit f7744c3

Browse files
committed
Make the value of "sub" a string, per draft RFC.
Section 4.1.2 of the draft RFC (v. 32) says - The "sub" value is a case-sensitive string containing a StringOrURI value.
1 parent e5e8636 commit f7744c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203
loadFromStorage(function (jwt) {
204204
tokenEditor.setValue(
205-
jwt || 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEyMzQ1Njc4OTAsIm5hbWUiOiJKb2huIERvZSIsImFkbWluIjp0cnVlfQ.eoaDVGTClRdfxUZXiPs3f8FmJDkDE_VCQFXqKxpLsts'
205+
jwt || 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.eoaDVGTClRdfxUZXiPs3f8FmJDkDE_VCQFXqKxpLsts'
206206
);
207207

208208
});

0 commit comments

Comments
 (0)