-
Notifications
You must be signed in to change notification settings - Fork 505
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
Token management or any other secured way to serve a Voilà application #825
Comments
Same question I had. I do however need secure authentication. |
@GregSilverman you can try https://github.com/brichet/voila/tree/token_management, which enables a token with the option |
Cool! Thanks! |
Closed
#724 can also be used |
Fixed by #1308 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Maybe I missed some improvements but I didn't find a way to authenticate users before using a Voilà application.
In my case I don't necessarily need a secure authentication but it would be good to be able to use a token (that enough security for my needs).
Is there any reason why this is not implemented ?
There is some commented code about that in app.py with that line above :
I made some modifications to add an option
--Voila.token=<unicode>
to let user add his own token, so if you think this feature can be interesting I can create a PR.Nicolas
The text was updated successfully, but these errors were encountered: