An open API service indexing awesome lists of open source software.

https://github.com/imdadmi/jwt-authentication

A simple authentication form using react and jwt using spring security
https://github.com/imdadmi/jwt-authentication

authentication authorization jwt jwt-authentication jwt-bearer-tokens react

Last synced: about 1 month ago
JSON representation

A simple authentication form using react and jwt using spring security

Awesome Lists containing this project

README

          

please make sure to add the admin user and the USER,ADMIN role via your database

# Jwt-Authentication (the app is not ready yet !!!!)

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.
=======

# JWT Authentication System

this is a simple authentication form using react and jwt using spring security.
### You can view the backend part in the repository **Jwt-Authentication-Spring-Security**
**note that the tokens are stored using cookies (universal-cookie)**

## App screens
some screens of the App
### Successful authentication page
![alt text](https://github.com/IMDADMI/Jwt-Authentication/blob/admi/src/assets/imgs/screen.PNG?raw=true)

### Welcome page
![alt text](https://github.com/IMDADMI/Jwt-Authentication/blob/admi/src/assets/imgs/screen2.PNG?raw=true)

### Login page
![alt text](https://github.com/IMDADMI/Jwt-Authentication/blob/admi/src/assets/imgs/screen3.PNG?raw=true)

### Authentication page
![alt text](https://github.com/IMDADMI/Jwt-Authentication/blob/admi/src/assets/imgs/screen4.PNG?raw=true)

## Demo
this app is bootstrapped by vite,
To start the application run the npm cmd to install the necessary packages:
```bash
npm install
```
then run the cmd below to start the application on the port **5173**:
```bash
npm run dev
```