Hello guys, I have previously worked with auth.js or Next auth js for authentication. I am looking to port my existing configuration to better auth. That is when i have found i can't same better config.
Question 1
I have users on two different entra id clients. I need to provide multiple login options for them. In auth.js i was able to pass providers in an array and use same next auth configuration. is it recommended way to create two different better auth instances.
Question 2:
Can i not change the name of the provider? I want to customise the name of the provider, i have some custom names added in my entra dashboard for callback urls. with better auth, i can't see an option for name change.