I am trying to create a project with Multi-tenancy where we will be deploying to multiple sites say,
a.example.com
b.example.com
Using Keycloak as a provider. Initally went with NextAuth considering it was easy to setup and it seemed to work fine until hit a road block with the Multi-tenancy part. NextAuth has some issues caused by NEXT_AUTH_URL env variable.
Ref: https://github.com/nextauthjs/next-auth/issues/600
Now I am back to the start, What would be alternatives to nextAuth ?
Considered KeycloakSSR, even that seems to abandoned.
I am unable to find good alternatives. Kindly provide suggestions regarding this.
Thanks