PaulC91 / shinyauthr

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

live example app down? #42

Closed mschilli87 closed 3 years ago

mschilli87 commented 3 years ago

The live example app linked in the README returns a 404 for me.

PaulC91 commented 3 years ago

Yes sorry, I don't have control over that shinyapps.io account anymore or a personal server so there is no hosted example. I'll remove it from the readme.

If you have the package installed you can launch the example yourself with shinyauthr::runShinyExample()

mschilli87 commented 3 years ago

Allright. Thanks for the prompt response. Kinda unrelated: Would you still recommend using this package for a new project given that it doesn't seem to be getting much love recently? :wink: If not, would you have any pointers to more actively maintained alternatives. I'd hate to re-invent the wheel, especially with something a sensitive as authentication.

PaulC91 commented 3 years ago

Depends if you are looking for additional features?

I recently had a pull request to add the option of cookie based logins, so that will be a feature soon.

I try to add additional features if requested and they don't require much work, but I personally don't use this package anymore for auth (I use shinyproxy for deployment with auth0 authentication at my job now). However, it is quite a simple package and therefore does not require much maintenance or active development.

It does seem like a lot of people are using this package though so I do plan to submit to CRAN at some point.

Another option would be shinymanager which I think was inspired by shinyauthr and has added additional things like an admin mode. I have never used it but it looks good.

Another couple auth options for single shiny apps that I am aware of but haven't used either:

https://github.com/Tychobra/polished https://github.com/curso-r/auth0