Sofiane M'barki
Sofiane M'barki

Reputation: 193

Interfacing Shinymanager and Golem

I would like to know if there is any documentation about interfacing golem structure and shinymanager which is a package I use frequently to secure my app. The shinymanager workflow proposed on their github works well with a Ui.R / Server.R arborescence by wrapping the UI object in the secure_app() function and calling the server part to get the credentials, which in my case is a database called ‘credentials.sqlite’ stored on the package directory.

Do you have any snippets for that ?

Thanks you very much.

Upvotes: 4

Views: 682

Answers (1)

Colin FAY
Colin FAY

Reputation: 5109

Sure, here is how to:

See https://github.com/ColinFay/golemshinymanager for the reprex

Cheers, Colin

Upvotes: 4

Related Questions