Cannot specify the connection for auth providers. #248
Labels
Good First Issue
Want to contribute? Just filter by this label
Type: Enhancement
Improving an existing feature
Package version
9.3.1
Describe the bug
I have a multi-tenant application, with a seperate database for each tenant. using dynamic subdomains
I want to add authentication using a model from the tenant. but it seems I can't specify which connection to use, for fetching the user?
For my specific use-case, the connection would depend on the context / subdomain. so would need to be evaluated at route-level, not via config etc.
Reproduction repo
No response
The text was updated successfully, but these errors were encountered: