datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
379 stars 79 forks source link

Unexpected passage during loging in #191

Open KianBabanezhad opened 1 month ago

KianBabanezhad commented 1 month ago

My Shiny application uses set_labels. When I load it as head_auth in the secure_app function, a passage (like a code) appears (just for less than one second) during the transfer from the login page to the app. When I put NULL in the head_auth, the issue goes away.

pvictor commented 1 month ago

Hello, You have to use set_labels outside the UI, after loading packages for example.

Victor

KianBabanezhad commented 1 month ago

Hello, You have to use set_labels outside the UI, after loading packages for example.

Victor

Yes, I already used set_labels outside the UI, but the issue exists.

pvictor commented 1 month ago

Ok, then please post a reproducible example of the issue and we'll look into it.