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!
-
Any news?