A Flask Application to test/explore Indieweb features
Currently the following Indieweb items are implemented:
- Webmention
- Receive inbound webmention
- Vouch stub
- Micropub Endpoint
- Handle an inbound Micropub event
- Token Endpoint
- Verify a given access token is valid
- Generate an access token
- IndieAuth Login
- Supports using indieauth.com as an authorization service
To run locally: python indieweb.py --logpath . --port 9999 --host 127.0.0.1 --config ./indieweb.cfg
- bear (Mike Taylor)
Python v2.7+ but see requirements.txt for a full list