Flask webfinger blueprint
Go to file
Sam Black e7b6e475d9 Initial module 2014-07-30 00:23:11 +01:00
flask_webfinger Initial module 2014-07-30 00:23:11 +01:00
.gitignore Update gitignore and readme 2014-07-30 00:22:39 +01:00
LICENSE Initial commit 2014-07-30 00:05:58 +01:00
README.rst Update gitignore and readme 2014-07-30 00:22:39 +01:00
requirements.txt Initial module 2014-07-30 00:23:11 +01:00

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.