Replies: 1 comment
-
You can refer to this https://docs.microsoft.com/en-us/aspnet/core/security/authentication/customize-identity-model?view=aspnetcore-6.0 Hope this helps you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like a user class that inherits from IdentityUser,
the problem is user class is found in the infrastructure (to implement identity in the context) layer so I can't implement login and registration on the application layer because it's not inherited from the infrastructure.
Beta Was this translation helpful? Give feedback.
All reactions