Additional loading functions.
This commit is contained in:
5
dsst/dsst_server/tokens.py
Normal file
5
dsst/dsst_server/tokens.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Define access tokens here
|
||||
# i.E: { 'read': ['a', 'b''],
|
||||
# 'write': ['a']
|
||||
# }
|
||||
TOKENS = [('a', 'rw'), ('b', 'r')]
|
||||
Reference in New Issue
Block a user