i want to create a form using user authentication for login and logout
Loading
i want to create a form using user authentication for login and logout
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaydeep PatilPosted May 7, 2024, 4:18 PM
Hi Soheb,
Refer my below article if you want to achieve in Angular
https://www.c-sharpcorner.com/article/auth-guards-in-angular/
and following is for NET Core and Angular using JWT
https://www.c-sharpcorner.com/article/jwt-token-authentication-in-angular-14-and-net-core-6-web-api/
Vishal YelvePosted May 7, 2024, 12:59 PM
Hi Soheb,
do refer below articles
https://www.c-sharpcorner.com/article/simple-login-application-using-Asp-Net-mvc/
https://www.c-sharpcorner.com/UploadFile/raj1979/how-to-make-custom-login-register-and-logout-in-mvc-4-usin/
https://www.aspsnippets.com/Articles/3043/Implement-Logout-functionality-in-ASPNet-MVC/
Jaimin ShethiyaPosted May 7, 2024, 12:35 PM
Hello Soheb,
Please refer below links.
https://dotnettutorials.net/lesson/login-and-logout-in-asp-net-core-identity/
https://www.freecodespot.com/blog/asp-net-core-identity/
https://jasonwatmore.com/post/2022/01/07/net-6-user-registration-and-login-tutorial-with-example-api
Thanks