X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=README.md;fp=README.md;h=dee619d5bdf2c32e5332f2581e0e5888dd062b47;hp=0000000000000000000000000000000000000000;hb=e648aedc1c912cd07da0b1dad7be3910248b25c9;hpb=f84e1d40042316d96b03996f070a50a831812813 diff --git a/README.md b/README.md new file mode 100644 index 0000000..dee619d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# IndieAuth Helper + +Just some abstractions for interacting with IndieAuth sites. + +Notable methods on the Communication class: + +- static generatePKCE(length) + Create a code and verifier for use in an IndieAuth transaction. + +- fetchProfile(urlObject) + Retrieve profile information from an endpoint. + +- fetchClientIdentifier(urlObject) + Retrieve client identifier information from an endpoint. + +- fetchMicroformat(urlObject) + Retrieve all mf2 information form an endpoint.