aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authorisation/users/masquerade/__init__.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-05-23 09:34:19 +0300
committerFrederick Muriuki Muriithi2023-05-23 09:43:44 +0300
commit5f9f4ff97c27a0f34a86eec516ab3f58faf5937e (patch)
treedc5cd21f7257c988f5f5b02e5e0e11852c56124d /gn3/auth/authorisation/users/masquerade/__init__.py
parent589be0fd6dfd1cbcf091c0814d5e9c86c3ca33ad (diff)
downloadgenenetwork3-5f9f4ff97c27a0f34a86eec516ab3f58faf5937e.tar.gz
auth: Enable user masquerade
Enable users with the appropriate privileges to masquerade as other users by providing an endpoint that provides a new token for the "masqueradee"
Diffstat (limited to 'gn3/auth/authorisation/users/masquerade/__init__.py')
-rw-r--r--gn3/auth/authorisation/users/masquerade/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/auth/authorisation/users/masquerade/__init__.py b/gn3/auth/authorisation/users/masquerade/__init__.py
new file mode 100644
index 0000000..69d64f0
--- /dev/null
+++ b/gn3/auth/authorisation/users/masquerade/__init__.py
@@ -0,0 +1 @@
+"""Package to deal with masquerading."""