You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
flask_webfinger | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
README.rst | 9 years ago | |
requirements.txt | 9 years ago |
README.rst
===============
flask-webfinger
===============
`flask-webfinger` is to implement the 'webfinger' scheme.
Usage
=====
`flask-webfinger` is a Blueprint that exposes `webfinger` URL information.
.. attention::
You **must** import `flask-wellknown` after the app is created
and within an ``app_context``,
so that the automatic `host-meta` creation works.
Licence
=======
Copyright Sam Black 2014.
Licensed under the AGPL3 licence.
See LICENCE for further information.