summaryrefslogtreecommitdiff
path: root/network/glewlwyd/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2018-05-07 21:41:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-12 06:58:24 +0700
commite730a86e9df1e6b8a6ff24f14cf92ee467ff5db7 (patch)
tree8fce1e55d6a5f35e4e885ad769d9329ef2707456 /network/glewlwyd/README
parent30e5aa6224f28246794aaf30c27e8ed16b6c69a8 (diff)
downloadslackbuilds-e730a86e9df1e6b8a6ff24f14cf92ee467ff5db7.tar.gz
network/glewlwyd: Added (Oauth 2 authentication server).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..87abbc3f2e
--- /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.