We want to set up a skuid page that our clients can access from our website to view their open cases from salesforce. This would require that the client login to the page so their information is protected and will only show their cases. We don’t use salesforce communities and we don’t intend to.
Is there a way to accomplish this? It would essentially be a skuid public page that is password protected.
I thought about creating custom fields on the contact record to store username (ie. email) and password and then setting up a skuid page with a contact model that will query contacts that match the username/password and then query cases based on this contact. The issue is that when a user refreshes the page, they need to log back in again.