X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fenum.js;h=984e19bbf541500504e407a9e25a8d5184b88ac9;hb=786217e7862a4d956c6510c6a171c86ab160fda6;hp=ef5c0ff5411b3637adc2e253d39908a06cc2144e;hpb=e648aedc1c912cd07da0b1dad7be3910248b25c9;p=squeep-indieauth-helper diff --git a/lib/enum.js b/lib/enum.js index ef5c0ff..984e19b 100644 --- a/lib/enum.js +++ b/lib/enum.js @@ -1,7 +1,7 @@ 'use strict'; module.exports = { - Specification: 'living-standard-20201126', + Specification: 'living-standard-20220212', ContentType: { Any: '*/*', @@ -12,8 +12,10 @@ module.exports = { Header: { Accept: 'Accept', + Authorization: 'Authorization', ContentType: 'Content-Type', Link: 'Link', UserAgent: 'User-Agent', + WWWAuthenticate: 'WWW-Authenticate', }, }; \ No newline at end of file