.net identity & new table
I'm still trying to grasp a bit more .net identity. If anyone want to give me advice please do.
1. No auth endpoint are needed to be definid if I configure webbuilder and apphost correctly right?
2. If I wanted to make user profiles, a smart thing would be to make a different table and join them on UserId key?
3. What's a good way to debug these endpoints?
3 Replies
I think, you should watch the following tutroial on Auth in aspnet core. These videos are the best IMO on this topic. https://www.youtube.com/watch?v=Fhfvbl_KbWo&list=PLOeFnOV9YBa7dnrjpOG6lMpcyd7Wn7E8V
Raw Coding
YouTube
ASP.NET Core 3 - Authentication - Ep.1 Basics (UPDATED: READ DESCRI...
In this episode we take a look at authentication and authorization basics in .net core 3
NOTICE - UPDATED PLAYLIST
https://www.youtube.com/playlist?list=PLOeFnOV9YBa4yaz-uIi5T4ZW3QQGHJQXi
Patreon 🤝 https://www.patreon.com/raw_coding
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev
Discord 💬 https:/...
Raw Coding
YouTube
ASP.NET Core Authentication (.NET 7 Minimal Apis C#)
ASP.NET Core authentication tutorial with asp.net core c# minimal apis authentication example, working with .net 7, .net 6 and .net 5
Patreon 🤝 https://www.patreon.com/raw_coding
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev
Discord 💬 https://discord.gg/xgNS26k
Twitter 📣 https://twitter.com/...
Ty