Skip to content

Commit

Permalink
API Key Creation & Management
Browse files Browse the repository at this point in the history
Added functionality for superusers and users to create and manage API keys, with Knox integration for secure key hashing.
  • Loading branch information
NEZRI Ygal authored and NEZRI Ygal committed Jul 19, 2024
1 parent b57b8ed commit 26ffbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Watcher/Watcher/watcher/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import ldap
from django_auth_ldap.config import LDAPSearch
from datetime import timedelta

# LDAP Setup
AUTH_LDAP_SERVER_URI = os.environ.get('AUTH_LDAP_SERVER_URI', "")
Expand Down

0 comments on commit 26ffbcd

Please sign in to comment.