please make sure to add the admin user and the USER,ADMIN role via your database
this is a simple authentication form using react and jwt using spring security you can find the backend part in the Jwt-Authentication-spring-security repository.
this is a simple authentication form using react and jwt using spring security.
note that the tokens are stored using cookies (universal-cookie)
some screens of the App
this app is bootstrapped by vite, To start the application run the npm cmd to install the necessary packages:
npm install
then run the cmd below to start the application on the port 5173:
npm run dev