Skip to content

IndieAuth Client Quickstart

Choose a tag to compare

@aaronpk aaronpk released this 07 Feb 19:29
· 51 commits to main since this release
dc28063

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