PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
424 stars 81 forks source link

login status lose after refreshed #27

Closed ghost closed 5 years ago

ghost commented 5 years ago

The newest version. Each user would lose their login information once refreshed the page.

PaulC91 commented 5 years ago

This has always been the case. The login is processed as part of the shiny session. If you refresh the page the session is lost.

ghost commented 5 years ago

Dear @PaulC91, I fount this demo works fine with a refresh ! Could you derive something useful from that?

PaulC91 commented 5 years ago

It requires the use of browser cookies. May be implemented into shinyauthr in the future but I don't have the time right now sorry!

ghost commented 5 years ago

That's OK. I've seen the light.

PaulC91 commented 5 years ago

Interesting. Care to share your vision?

ghost commented 5 years ago

During this year, I saw R was shown in the Top 20 within many so-called "programming language rank"s.

With the powerful packages around shiny, R-things may become one of the easiest toolboxes to enable data scientists to create specific functional systems in order to do data research.

Take this shinyauthr for example, one can quickly build a customized ERP-liked module in some small circumstances. This would be yet another milestone!