X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=lib%2Fenum.js;h=df3c573bb1af4cd56c2e1c00de8cfe8d05e1eb40;hp=984e19bbf541500504e407a9e25a8d5184b88ac9;hb=HEAD;hpb=004d338e7c2e4003de6c0baa2552c27221e2be39 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