aboutsummaryrefslogtreecommitdiff
path: root/network/glewlwyd/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/glewlwyd/README')
-rw-r--r--network/glewlwyd/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/glewlwyd/README b/network/glewlwyd/README
new file mode 100644
index 0000000000000..87abbc3f2e38a
--- /dev/null
+++ b/network/glewlwyd/README
@@ -0,0 +1,11 @@
+Glewlwyd Oauth 2 authentication server
+
+Oauth 2 Server providing JSON Web Tokens for identification.
+
+Lightweight, fast and easy to install on small systems.
+Requires a MySql or SQLite3 database.
+Handles LDAP or database for users backend.
+
+The API backend is fully written in language C, it's based on Ulfius
+HTTP framework, Hoel database framework and Libjwt JSON Web Tokens
+library.