IndieAuth Client Quickstart
This release includes two new methods for quickly developing an IndieAuth client.
The library can now handle all the boilerplate work of generating a state parameter, URL canonicalization, and state management between the request and callback.
Developing an IndieAuth client now requires just setting a few configuration variables and deciding how to show error messages in your application. See the gist below for an example of using the new features!
https://gist.github.com/aaronpk/099d037a79441974e085bb919ac9f1b7