diff options
author | miwi <miwi@FreeBSD.org> | 2018-05-14 23:59:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2018-05-14 23:59:03 +0800 |
commit | 59b49f8f4020b9191f846c5c0def4c87642d7b04 (patch) | |
tree | f32f4d7e49a18d637444a7efa264b8da410ed3d2 /security/Makefile | |
parent | 3afe8928e4315e45e8280e693f23dc2f9e4ca545 (diff) | |
download | freebsd-ports-gnome-59b49f8f4020b9191f846c5c0def4c87642d7b04.tar.gz freebsd-ports-gnome-59b49f8f4020b9191f846c5c0def4c87642d7b04.tar.zst freebsd-ports-gnome-59b49f8f4020b9191f846c5c0def4c87642d7b04.zip |
GSSAPI Negotiate HTTP authentication for Flask routes.
WWW: https://github.com/mkomitee/flask-kerberos
PR: 225199
Submitted by: John W. O'Brien <john@saltant.com>
Sponsored by: iXsystems Inc.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8cbb212a69e8..297a6525f017 100644 --- a/security/Makefile +++ b/security/Makefile @@ -934,6 +934,7 @@ SUBDIR += py-fchksum SUBDIR += py-first-server SUBDIR += py-flask-httpauth + SUBDIR += py-flask-kerberos SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls |