Tychobra / polished

Authentication and Administration for Shiny apps
https://polished.tech
Other
234 stars 36 forks source link

Add option to store hashed password directly in Postgres #54

Closed merlinoa closed 4 years ago

merlinoa commented 4 years ago

When this option is enabled, no 3rd party authentication will be used. We will just store the hashed password directly in the "polished.users" table in a column named "hashed_pass".

merlinoa commented 4 years ago

We are no longer planning on adding this capability anytime soon