From 1ba6c2248d0a2d7a191c6b3b9a9a92c10c688236 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 17 Jan 2015 13:17:50 +0100 Subject: [PATCH] Add readme to persona example Fix #1310 --- examples/persona/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/persona/README.md diff --git a/examples/persona/README.md b/examples/persona/README.md new file mode 100644 index 00000000..d9482d36 --- /dev/null +++ b/examples/persona/README.md @@ -0,0 +1,3 @@ +A simple example for integrating [Persona](https://login.persona.org/) into a +Flask application. In addition to Flask, it requires the +[requests](www.python-requests.org/) library.