Skip to content
Snippets Groups Projects
Commit 424e8e1c authored by admiralobvious's avatar admiralobvious
Browse files

updated read me

to link to the new example using blueprints and app factories
parent 3b56b36b
Branches
Tags v0.1.0
No related merge requests found
...@@ -36,7 +36,13 @@ def ldap_protected(): ...@@ -36,7 +36,13 @@ def ldap_protected():
return 'Success!' return 'Success!'
``` ```
Check the [examples](examples/) folder for a more complex example using LDAP groups. You can take a look at [examples/groups](examples/groups) for a more complete
example using LDAP groups.
You can also take a look at [examples/blueprints](examples/blueprints) for an
example using Flask's
[application factories](http://flask.pocoo.org/docs/patterns/appfactories/)
and [blueprints](http://flask.pocoo.org/docs/blueprints/).
Resources Resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment