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 f18025a commit 2b5084cCopy full SHA for 2b5084c
1 file changed
index.js
@@ -18,7 +18,7 @@ const createError = require('@fastify/error')
18
* The scheme name is "Basic".
19
* @see https://datatracker.ietf.org/doc/html/rfc7617#section-2
20
*/
21
-const authScheme = '(?:basic)'
+const authScheme = 'basic'
22
/**
23
* The BWS rule is used where the grammar allows optional whitespace
24
* only for historical reasons. A sender MUST NOT generate BWS in
0 commit comments