initial commit
[squeep-indieauth-helper] / README.md
1 # IndieAuth Helper
2
3 Just some abstractions for interacting with IndieAuth sites.
4
5 Notable methods on the Communication class:
6
7 - static generatePKCE(length)
8 Create a code and verifier for use in an IndieAuth transaction.
9
10 - fetchProfile(urlObject)
11 Retrieve profile information from an endpoint.
12
13 - fetchClientIdentifier(urlObject)
14 Retrieve client identifier information from an endpoint.
15
16 - fetchMicroformat(urlObject)
17 Retrieve all mf2 information form an endpoint.