Skip to content

Commit

Permalink
chore: update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 6, 2024
1 parent 439c82b commit 563d9a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const { keystores } = require('./weak_cache');
const merge = require('./merge');

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

async function clientAssertion(endpoint, payload) {
Expand Down

0 comments on commit 563d9a3

Please sign in to comment.