Metadata-Version: 2.1
Name: indieauth
Version: 0.0.3
Summary: A library for writing IndieAuth servers and clients.
License: CC0-1.0
Author: Angelo Gladding
Author-email: self@angelogladding.com
Requires-Python: >=3.9,<3.10
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: understory (>=0.0.71,<0.0.72)
Description-Content-Type: text/markdown

# indieauth-python

A library for writing [IndieAuth][0] servers and clients.

> IndieAuth is an identity layer on top of OAuth 2.0 [RFC6749], primarily
> used to obtain an OAuth 2.0 Bearer Token [RFC6750] for use by [Micropub]
> clients. End-Users and Clients are all represented by URLs. IndieAuth
> enables Clients to verify the identity of an End-User, as well as to
> obtain an access token that can be used to access resources under the
> control of the End-User.

[0]: https://indieauth.spec.indieweb.org

