-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHANGELOG request | User management #218
Comments
Hello @naurril , do you have news about this ? |
Hi, for the 2nd problem you can use |
Hi , Thank you for your response , What condition should the generated tokens follow ? (in terms of length , etc...) |
Is there a doc about how to use the user management ? how should I modify the .conf files , etc... |
any token is ok, and there is a script 'gentoken.py' you can use it. |
user.conf
auth.conf
|
Hello again @naurril This is my auth.conf :
user.conf
And, one user can always access the others scenes , even if I use tokens What did I do wrong ? Thank you |
auth: yes |
Thanks @naurril , Now I am getting this error :
What if I don' t wanna use https ? |
try comment out this block
|
there is a bug here, change 2 to 3 Line 117 in 1b2769e
|
Oh sorry , it is working now , I just deleted some Cache, thank you very much |
One more thing , so there is no UI yet for user management ? |
No |
Ok , Thank you very much |
Hello @naurril ,
This is not a problem, but a request : would it be possible to get a CHANGELOG of your program so we can track new features and bug fixes?
Does your tool support multiple users? For example, if we have two users and two data folders, A and B, user 1 works on folder A and user 2 on folder B. User 1 should not be able to access folder B and vice versa.
Great tool by the way :)
Sincerely.
The text was updated successfully, but these errors were encountered: