Full Web API, Clean Architecture & CQRS on Azure course: fullstackdeveloper.tech/c/web-api-ca My complete Azure DevOps course: fullstackdeveloper.tech/c/complete-azure-devops
1:15 Exemple project 1:33 defining authentication 2:36 categories of authenticaton 3:07 2F authentication 2:47 identity in a web API 4:13 .NET Core Identity
If you have time to make another video that explains adding extra properties when the user registers as and using JWT with access token and refresh token
Is there any other way to use identity without dependency injection identity inside domain layer?, i thought domain layer is the only layer who hasn't dependency injection
unfortunately it is not available, you have to implement your own endpoints that extend the built-in ones and on the client side call the built-in and your own endpoints accordingly
Full Web API, Clean Architecture & CQRS on Azure course:
fullstackdeveloper.tech/c/web-api-ca
My complete Azure DevOps course:
fullstackdeveloper.tech/c/complete-azure-devops
1:15 Exemple project
1:33 defining authentication
2:36 categories of authenticaton
3:07 2F authentication
2:47 identity in a web API
4:13 .NET Core Identity
If you have time to make another video that explains adding extra properties when the user registers as and using JWT with access token and refresh token
Thanks for this one. This is what I need.
Is there any other way to use identity without dependency injection identity inside domain layer?, i thought domain layer is the only layer who hasn't dependency injection
Is there a way that we can configure each api endpoint of identity ?
unfortunately it is not available, you have to implement your own endpoints that extend the built-in ones and on the client side call the built-in and your own endpoints accordingly
are you an angel?
Very nice tutorial. please the source code.
github.com/jakubkozera/Restaurants
you are the best