Any news?
Posts made by tanguy.e
-
Authentication in a full stack application (.NET API/Angular)
Hello there!
I am currently working on a personal project, using a .NET back with API endpoints, and Angular as a frontend.
I have been checking all the tutorials, wandered the forum and the internet, but I could not find any trace of a tutorial for a full stack application.
Does anybody know what can be done for that? My project is quite simple from an architecture point of view. The user authenticates to have access to the website. Then, whether they are a normal user or any other type of user with permissions, they will have access to specific parts of the website or have specific permissions.Am I not understanding something that makes me unable to implement authentication for my whole project? Or is it easier than I think, and I just have to implement in my front and make the call to my back?
I used Auth0 in another personal project, and the tutorial was thorough regarding the complete stack. What is the difference here? I wanted to use FusionAuth for its customization and because it is entirely free.
Thanks!
-
RE: Angular and .NET - totally confused
Thank you for your answer, I will check that out, but it is really blurry in my mind as of now!
-
RE: Angular and .NET - totally confused
Hello sir,
I am in a similar situation as Alan. I am working on a project with .NET Core API (microservices) as a backend and Angular as a frontend.
I want to use FusionAuth to handle the authentication and the authorizations of the users (it is too much of a hassle to handle the security of such things on my own, regarding the password and stuff).I have been searching hopelessly for a tutorial that explains where to use what, where should I use FusionAuth, only in the frontend? But how about authorizations in the backend? Should it be only in the backend and the frontend would make calls to it?
Is there a possibility that you know by which end I should take this problem?
Thanks a lot!