Releases: openanalytics/shinyproxy
Releases · openanalytics/shinyproxy
0.7.5
- new authentication mechanism
authentication: simple
which allows to define users inside theapplication.yml
file - the setting
admin-groups
has moved one level up, fromshiny.proxy.ldap
toshiny.proxy
(since groups can now also be specified inside theapplication.yml
) - the setting
ldap-groups
undershiny.proxy.apps
has been renamed togroups
(to be more generic now a user can also specify groups inside theapplication.yml
file instead of the relevant LDAP directory) - fix proper passing of custom information via the URL (to retrieve it in the
session$clientData$url_search variable
variable inside the Shiny application)
0.7.0
0.6.0
0.5.0
0.4.0
- members of the admin user group now can access real-time usage overview at /admin
- optional configuration of a display name and description for an app (displayed on landing page)
- additional logging for user authentication events
- support
docker-dns
option for an app