-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
How to use Multiple DbContexts ? #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @houssam-saissi Thanks! |
Hi @houssam-saissi, Sorry for the delay. Currently you need to consider if you want to show the userName and some other information about user in view c |
I'm very interested in this solution since I've got the same architecture. I don't think I'm too bothered about having the user information in the PersistedGrants view. |
Done on |
Hi @skoruba ,
How to use Multiple DbContexts with multiple Databases ? I want to use :
I have created a new DbContext (AuthDbContext) but i'm confused how to get it work :/
Any idea ? ^_^
The text was updated successfully, but these errors were encountered: