datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
386 stars 79 forks source link

Multiple Users with same credentials #134

Closed JuKo007 closed 8 months ago

JuKo007 commented 2 years ago

First of all, thank you a lot for your amazing package! Shinymanager being free is amazing!

I don't have an issue but more of a question: By default, shiny creates an isolated process for each user of the app so that no user has access to data uploaded by other users. If I'm using shinymanager and multiple people log in with the same credentials (Username + Password), are the sessions still separated from one another? I would like to limit my app to people I send credentials for logging in to, but I'd need to ensure that no data can spill over between users even when logged in with the same credentials.

bthieurmel commented 8 months ago

Yes, the sessions are always separated from one antoher (same credentials or not)

JuKo007 commented 8 months ago

Great, thanks!