Login/Auth to Grafna

Currently I’m using Base64 Encoded SHA1 password for users to login to Grafana which is the standard Apache method via auth_dbd.

I’m changing to Wordpress, and I have users that use Grafana that rely on this Auth (Everyone is set to viewer) .

However, since Apache relies on these old encryptions, I’m no longer sure how to lock down my Grafana backend. I have looked into various options but require too much implementation. I’m wondering if anyone has any experience with this and how they tackled it?