We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b56b36 commit 424e8e1Copy full SHA for 424e8e1
README.md
@@ -36,7 +36,13 @@ def ldap_protected():
36
return 'Success!'
37
```
38
39
-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
40
+example using LDAP groups.
41
+
42
+You can also take a look at [examples/blueprints](examples/blueprints) for an
43
+example using Flask's
44
+[application factories](http://flask.pocoo.org/docs/patterns/appfactories/)
45
+and [blueprints](http://flask.pocoo.org/docs/blueprints/).
46
47
48
Resources
0 commit comments