ASP NET CORE 6 API : HOW TO GET USER ID OF CURRENTLY LOGGED IN USER using HTTPCONTEXT – Part 13



ASP NET CORE 6 API : HOW TO GET USER ID OF CURRENTLY LOGGED IN USER using HTTPCONTEXT – Part 13

ASP NET CORE 6 API : HOW TO GET USER ID OF CURRENTLY LOGGED IN USER using HTTPCONTEXT - Part 13

ASP NET CORE 6 API : HOW TO GET USER ID OF CURRENTLY LOGGED IN USER using HTTPCONTEXT

In this video series I am going to go through a step by step process so getting a currently logged in users user ID using the HttpContext.

What to expect from this video :

1. GET request to get a User ID using the request parameter
2. Returning the user ID in a successful response
3. Making use of the HttpContext to get the currently logged in user ID
4. Allowing only authorised users to consume an endpoint

Videos related to TODO APP :
1 . TODO HOME – https://youtu.be/irq3-mJbN0k
2. TODO LOGIN and Register – https://youtu.be/FqbyGslcpjw
3. TODO DATABASE – https://youtu.be/Erzflg5v9cI
4. TODO ADD and EDIT PAGE – https://youtu.be/U_qjJIWTYEU
5. Hashing Password – https://youtu.be/2yEiwjUEZ78
6. .NET Core 6 – Web API – User Authentication – Login and Registration Endpoints – https://youtu.be/sSuU096MzR8
7. .NET Core 6 Web API – Authentication with JSON Web Token (JWT) – https://youtu.be/GpQMEWLC1qo
8. .NET Core Web API CORS Implementation with Angular Application – https://youtu.be/KAIqP2Y1YHE
9. Todo -Angular Authentication (Login and Registration) – https://youtu.be/yWrSbAB-5Tc
10. TODO APP -USER TASKS (CRUD) – ASP NET Core 6 Web API using Entity Framework(ORM) – https://youtu.be/YH_BwulLdTY

#frontend #angular #authentication

Comments are closed.