Skip to content

Commit

Permalink
Add API tokens (#838)
Browse files Browse the repository at this point in the history
* protects db endpoints with auth data, but will require ui updates to function properly

* adds an Authorization header with bearer token to all api/db/* request endpoints

* force login if token doesn't exist

* remove debug code
  • Loading branch information
rashley-iqt committed Mar 12, 2021
1 parent 60b75b5 commit 7848b6c
Show file tree
Hide file tree
Showing 9 changed files with 8,230 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
# This directory is fetched during first build and is present in this directory
subprojects/freeDiameter
subprojects/usrsctp

webui/.next

0 comments on commit 7848b6c

Please sign in to comment.