X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fenum.js;h=df3c573bb1af4cd56c2e1c00de8cfe8d05e1eb40;hb=HEAD;hp=984e19bbf541500504e407a9e25a8d5184b88ac9;hpb=91ccbf258b9f21a3c82f714c5fbb965644279bf4;p=squeep-indieauth-helper diff --git a/lib/enum.js b/lib/enum.js index 984e19b..df3c573 100644 --- a/lib/enum.js +++ b/lib/enum.js @@ -18,4 +18,14 @@ module.exports = { UserAgent: 'User-Agent', WWWAuthenticate: 'WWW-Authenticate', }, + + Microformat2: { + Relation: { + AuthorizationEndpoint: 'authorization_endpoint', + IndieauthMetadata: 'indieauth-metadata', + TicketEndpoint: 'ticket_endpoint', + TokenEndpoint: 'token_endpoint', + }, + }, + }; \ No newline at end of file