3 changed files with 27 additions and 4 deletions
@ -1,4 +0,0 @@
|
||||
flask-webfinger |
||||
=============== |
||||
|
||||
Flask webfinger blueprint |
@ -0,0 +1,26 @@
|
||||
=============== |
||||
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. |
Loading…
Reference in new issue