datastorm-open / shinymanager

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

Issue using RPostgres with shinymanager and SQL Lite database #80

Closed ngodoym closed 3 years ago

ngodoym commented 3 years ago

Hi there !

I have an app that uses a connection with a Postgree DB in R and dbconnect from DBI package. The app works fines when i use a data frame for the credentials of users in shinymanager. But, when i create a sqlite data base for the administrator mode in shiny manager, it fails. Anybody knows what might be?

Thanks !