-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
Currently, we have two fields we can access for current authenticated user info:
session$usersession$groups
This is somewhat limiting as it prevents us from passing additional custom parameters like full name, username/ID, email, etc in contexts like proxies. We should support setting an additional object session$userInfo or similar by the Shiny-Server-Credentials JSON object set during the websocket request. We could consider deprecating user and groups in favor of the proposed userInfo object with mandatory user and groups fields, but could also keep both for posterity/compatibility.
Metadata
Metadata
Assignees
Labels
No labels