-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexdashboard #51
Comments
I am also interested in this. Thanks |
I have made several attempts, but I cannot use shiny manager with flex dashbaord. If we suppose we have this flexdashboard code:
how should I put shinymanager in the code? Thanks a lot for your cooperation |
I am also interested in this. Did you figurate out how to do it? |
Perhaps some answer on #25 ? |
First, you can't use |
This is one solution :
You need to add a css file with at least this content (here in inst/assets/styles-auth.css) :
Then in
Finally, anywhere, call the two modules :
|
Full example :
|
I tested the last solution of @bthieurmel but it does not work. It just shows an empty flexdashboard. |
Hi, I test this solution, it work, Any idea? |
How to put timeout=0? |
Thanks so much @bthieurmel. This solution worked for me. Do you know if it's possible to utilize admin mode with this flexdashboard use? |
It does not work properly
Le lun. 4 janv. 2021 à 06:27, zjmarg <notifications@github.com> a écrit :
… Thanks so much @bthieurmel <https://github.com/bthieurmel>. This solution
worked for me. Do you know if it's possible to utilize admin mode with this
flexdashboard use?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKH4B4QT6XO3PDBXPTY2JBLSYFGSPANCNFSM4QL7JSWQ>
.
|
I see thank you. Is there anyway to make the shiny manager more secure considering that you can "overpass" the user authentication in the developer's console? Alternatively, is there any package or module that could create a secure authentication for a flexdashboard? |
I search for a long time, i did not found it.
Other way is to work with shinydashboard...
Le lun. 4 janv. 2021 à 18:26, zjmarg <notifications@github.com> a écrit :
… I see thank you. Is there anyway to make the shiny manager more secure
considering that you can "overpass" the user authentication in the
developer's console? Alternatively, is there any package or module that
could create a secure authentication for a flexdashboard?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKH4B4WSTBUAEHF5XMP35MDSYH25FANCNFSM4QL7JSWQ>
.
|
Not a problem, I have been hesitant to do a shinydashboard because I am a novice, but it seems like it's the route I need to go with ultimately. Thanks so much for doing that research and for the help. |
thanks no pb.
I had the same pb, i move to shiny dashboard...
Le mar. 5 janv. 2021 à 20:07, zjmarg <notifications@github.com> a écrit :
… Not a problem, I have been hesitant to do a shinydashboard because I am a
novice, but it seems like it's the route I need to go with ultimately.
Thanks so much for doing that research and for the help.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKH4B4VT7NDEGMR3BHYIVTLSYNPPRANCNFSM4QL7JSWQ>
.
|
Hi!
Is it possible to use shinymanager with flexdashboard?
If so, could I have an example?
Thanks a lot for the cooperation
The text was updated successfully, but these errors were encountered: