datastorm-open / shinymanager

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

enable user to manager access with different app for different user #174

Closed jonie-y closed 8 months ago

jonie-y commented 10 months ago
  1. one can use a single app with secure_server module to manage users, this means if you have serevel aplication, you can just use a invidual app to manager the users.
  2. add one field for user which control which application could be accessed by the specified user.
bthieurmel commented 8 months ago

Hi,

Is this feature not already ok using applications column on db ? (?create_db

image

jonie-y commented 8 months ago

well, I have missed this feature, this is what I wanted, thanks very much. I'll close this pull request.