We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439c82b commit 563d9a3Copy full SHA for 563d9a3
lib/helpers/client.js
@@ -10,6 +10,7 @@ const { keystores } = require('./weak_cache');
10
const merge = require('./merge');
11
12
// TODO: in v6.x additionally encode the `- _ . ! ~ * ' ( )` characters
13
+// https://github.com/panva/node-openid-client/commit/5a2ea80ef5e59ec0c03dbd97d82f551e24a9d348
14
const formUrlEncode = (value) => encodeURIComponent(value).replace(/%20/g, '+');
15
16
async function clientAssertion(endpoint, payload) {
0 commit comments