You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to implement an application called order-app to manage orders. For it, we will implement a back-end Spring Boot application called order-api and a font-end React application called order-ui. Besides, we will use JWT Authentication to secure both applications.
This project demonstrates how to implement JWT (JSON Web Token) Authentication in a Blazor WebAssembly app. It includes secure login, token generation, and API protection using ASP.NET Core on the backend, showcasing modern authentication techniques.