Hi all,
I have deployed my voila application to cloud run.
Are there any caveats security wise for using the token system in voila as opposed to setting up IAP?
It seems to work and the jupyter security page pops up like this: (not my image)
For instance if I tried to guess the token correctly and try to change the password, it provides a 500 internal server error. Im assuming this is a good thing.
Is this satisfactory for providing a way to share notebooks to only certain people without the need to use google accounts?
Im just not sure how the token system actually works internally and how it’s stored.
Any insight would be great!