Is it possible to add multiple authentication systems?

In my app, I have a the better auth user authentication system, but I want to use organizations as tenants. Each organization should have its own authentication system, allowing ‘Participants’ within an organization to log in separately. Is this possible?

One way I was thinking was to have two instances of better auth, but maybe that becomes too much?
Was this page helpful?