tvl-depot/web
Griffin Smith b39ca017c0 fix(web/panettone): Properly handle un-padded base64 in jwts
The JWT spec apparently specifies that base64 strings in jwts aren't to
be padded - but the common lisp base64 library doesn't know how to
decode unpadded base64 (it signals a condition in that case). This adds
the extra padding characters (a number of `=` characters such that the
length of the string is a multiple of 4) using some FORMAT wizardry (?).

Change-Id: Ic6b66f05db2699bf1f93f870f5dd614c37eccc2d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5781
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: grfn <grfn@gws.fyi>
2022-05-28 18:00:30 +00:00
..
atom-feed style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
atward chore(atward): Bump dependencies 2022-04-17 13:16:34 +00:00
blog style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
bubblegum style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
converse chore(web/converse): Bump dependencies 2022-04-17 13:16:34 +00:00
panettone fix(web/panettone): Properly handle un-padded base64 in jwts 2022-05-28 18:00:30 +00:00
static style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
todolist style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
tvl style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00