summaryrefslogtreecommitdiff
path: root/security/py-guardpost/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-guardpost/pkg-descr')
-rw-r--r--security/py-guardpost/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/py-guardpost/pkg-descr b/security/py-guardpost/pkg-descr
new file mode 100644
index 000000000000..a1800c67e953
--- /dev/null
+++ b/security/py-guardpost/pkg-descr
@@ -0,0 +1,14 @@
+GuardPost is a Python framework designed to handle authentication and
+authorization in web applications. It provides a flexible and extensible
+system for managing user permissions, roles, and access control.
+
+Key features:
+* Authentication and authorization framework
+* Support for role-based access control (RBAC)
+* Extensible permission system
+* Integration with dependency injection
+* JWT token support with optional cryptography
+* Clean API for defining access policies
+
+GuardPost is particularly useful for building secure web APIs and
+applications that require fine-grained access control.