logged scope now includes library and version
[squeep-indieauth-helper] / lib / enum.js
index ef5c0ff5411b3637adc2e253d39908a06cc2144e..984e19bbf541500504e407a9e25a8d5184b88ac9 100644 (file)
@@ -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