shinymanager | secure authentification mechanism for single shiny | Data Visualization library
kandi X-RAY | shinymanager Summary
kandi X-RAY | shinymanager Summary
The credentials database is secured with a pass phrase and the openssl package. Hashed password using scrypt. If you have concern about method we use, please fill an issue.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of shinymanager
shinymanager Key Features
shinymanager Examples and Code Snippets
Community Discussions
Trending Discussions on shinymanager
QUESTION
My application server file looks like this :
...ANSWER
Answered 2022-Mar-09 at 15:12The following script creates two shiny apps:
The child_app
is running in a seperate background R process (depending on how you deploy your app this might not be needed), which can be controlled (filtered) via query strings.
The parent_app
displays the child_app
in an iframe
and changes the query string (iframe
's src
) depending on the user accessing the app (permission level):
QUESTION
As you can see in the following code, after successfully logging in, it should print the user information containing the user, admin comment, and the start/expiring date from the credentials data-frame, on the first page. However, it does not show up. What could be the problem? grateful for guidance.
...ANSWER
Answered 2022-Feb-14 at 10:34You need a panel such as mainPanel
in your navbarPage
:
QUESTION
I am trying to change the color tone of the login page from the shinymanager
package.
I have seen these posts:
However, since I don't know much about CSS, I am struggling with this.
This is a reproducible example:
...ANSWER
Answered 2022-Jan-19 at 18:34I modified the CSS.
QUESTION
I have the shiny app below in which there are 2 users the shiny
(admin) and the shinymanager
. Depending on which credentials the user may use he sees a different selectInput()
"Variable".
What I want to do is to give the shiny
user the ability to set the values that the shinymanager
will see in his "Variable" selectInput()
with the "Choices" selectInput()
.
ANSWER
Answered 2021-Dec-27 at 19:04We somehow need to save the choices made by the shiny
user, but you would need to think about, to which point in time the choices should be saved. In the example below I just save the choices each time the input$choices
are changed. I just use saveRDS
and readRDS
to save it in the working directory of the app, but you can use a subfolder or a database or whatever other options you might have.
You would also need to think about, what the shinymanager
see if no choices have been saved so far - I left this out in the approach below.
QUESTION
I have the shiny app below in which let's say that we want to log in 2 different users. The "shiny"
and the "shinymanager"
as you can see from the credentials I gave. I want each one to log in to a different version of the app. One should see the selectInput and the table that are displayed now and the other the commented out ones. Maybe there is a different way than shinymanager
package.
ANSWER
Answered 2021-Dec-26 at 22:05QUESTION
Im working on a shiny web app. My UI code (attached below) includes certain parameters for the CSS design of the menu sidebar. Im trying to get rid of this black/white bar that shows when the side menu is either expanded or not as it takes up some space that i need. Please see pictures at the end of the post
...ANSWER
Answered 2021-Nov-26 at 15:15You have
QUESTION
Hi and thanks for reading me I am working with an application that has a password layer and I would like to know how I could hide a tab item based on the person entering the application. So far it is what I have but I have not managed to make it work:
...ANSWER
Answered 2021-Nov-24 at 08:16I'd use renderMenu
instead of hiding the menuItem
- otherwise users not allowed to access the contents can simply change the style of the UI element in their browser as explained here (I assume the contents of your tabItem
s are also generated on the server side).
QUESTION
Im trying to print text and reactive object in the same line using print()
and paste()
but it does not work.
ANSWER
Answered 2021-Nov-19 at 16:41What jumps out to me is renderText
is usually paired with verbatimTextOutput
. If you want to use uiOutput
you should pair it with renderUI
in the server code.
That being said, if you are expecting it to display an h4 heading in the UI, you won't get what you expect. h4
returns a shiny.tag
object. paste0
will coerce these to characters. You more likely want to create your text then use it to create the h4.
QUESTION
I have a datatable built with R Shiny, and rendering data dynamically using my reactive function, filteredData()
. The data I'm bringing in from Azure SQL has a couple columns (indexes 3 and 29) that contain a lot of nvarchar text; this text screws up the visual aesthetic of the table and makes viewing multiple rows a pain. My solution was to limit the viewable text in these columns' cells to 200 characters, and display the rest as a tooltip on hover.
ANSWER
Answered 2021-Oct-20 at 16:16I don't know what's going on, but you can try the ellipsis plugin:
QUESTION
I inserted a shiny::showModal
in an application with shinymanager
. However, authentication stops working because of modal.
Run this code:
...ANSWER
Answered 2021-Sep-14 at 05:57Not 100% why this is behaving this way, but what we can do is listen to the res_auth
and once the user logs in, we can display the modal, like so:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install shinymanager
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page