Skip to content

Commit 563d9a3

Browse files
committed
chore: update TODO
1 parent 439c82b commit 563d9a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/helpers/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const { keystores } = require('./weak_cache');
1010
const merge = require('./merge');
1111

1212
// TODO: in v6.x additionally encode the `- _ . ! ~ * ' ( )` characters
13+
// https://github.com/panva/node-openid-client/commit/5a2ea80ef5e59ec0c03dbd97d82f551e24a9d348
1314
const formUrlEncode = (value) => encodeURIComponent(value).replace(/%20/g, '+');
1415

1516
async function clientAssertion(endpoint, payload) {

0 commit comments

Comments
 (0)