.NET 8 Token🔐 Authentication with Identity Manager in Web API🚀

preview_player
Показать описание

/*Source code*/

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!
Рекомендации по теме
Комментарии
Автор

Hello Frederick
Great video! Thank you very much for all the extensive courses.
I'm very interested in how to program access to this API from a Blazor WebApp.
Thanks and best regards
Beny Bosshart from Switzerland

agrosoft-swiss
Автор

Thanks, I like to see using this API from Blazor MAUI on mobile

MihaiMoisei
Автор

thanks for the video,
If I have my own API endpoints that uses Identity SigInManager how can I have the generated Token and refreshtoken ? I cant seem to find any docs that show how can I do that, it looks like it gets set in the background

isaiasgarcia
Автор

Hi, great video !! after that, I'm trying also to implement roles, but I couldn't make it work yet ... Do you know what i must do in order to make the authorization with roles work ? cheers

marcosoliveiraeu
Автор

Thank you for your video! :D. Is it possible to disable some endpoints? Like disable the 2fa, manage info api endpoint

littlekaori
Автор

Nice videos, From this sample with the standard BearerToken (not customizing it and NOT using JWT), how would refresh token, since we can see it display when login, when consumed by Blazor Auto (Serveur/Wasm)

energiedesign
Автор

is it possible to change the standard identity api?
how do we use it in an blazor auto and with roles?
I mean the right way to create an identity api is to use the standard and add role and other stuff on it

kourosh
Автор

In the previous video, the controller was not seen in all render modes of Blazor all types. کیا کنٹرولر سسٹم کو آہستہ کرتا ہے؟؟

ajazahmad
Автор

Hello Frederick.
Thank you for this video.
Question, do you know how to customize the IdentityUser by adding FirstName and LastName and populating those fields in the database upon registration using the .NET 8 Identity API endpoints ?
I was able to customize the IdentityUser by adding two fields but I dont know how to populate those fields in the database.
I saw that there was a RegistrationReuest model class but dont know where to find it and modify it to include the two fields.
I also do not know where to find the logic/method that uses the RegistrationReuest model class tp update the database.
Please could you give your feedback on this.
Thank you.

ricardothomas
Автор

How to Interact this API using ReactJS or Angular?

mdsafikulislam
Автор

Hello Frederick
I have another question Even more successfully Authorized. I don't get any claims with GET /manage/info. Only "email" and "isEmailConfirmed"

agrosoft-swiss