Struggling with Keycloak

Today, I'll continue work on setting up Keycloak.

I need to bind the volume on the Keycloak docker image to where I've built the plugin.

I've bound the volume and it seems to have loaded, but it's crashing. Something to do with EmailSenderProviderFactory. I remember reading he added this for demonstration purposes, so maybe I could just remove it?

Tried removing it, but I'm still getting errors. Giving up for tonight.

Did a quick search on alternative solutions and found this project. Looks promising, but still kind of old.

Maybe I should reconsider the whole decision to handle this on Keycloak. There's probably a reason why no good solutions exists for this. While researching, I stumbled upon the question of quotas and rate limits. I never even thought about that. Is that something that should be handled per api key? I'll have to do more research.