landry007 / jwt-project

auth0 jwt project and Qr code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Login - Backend Spring Boot

Gurkan UCAR

 

Used Packages

Stomp Socket: socket server

Redis: storing socket rooms and qr code values

Security: user authorization and authentication operations

 

How to run

  git clone https://github.com/gurkanucar/jwt-project

create jar

  mvn clean install -DskipTests

build docker-compose

  docker-compose build --no-cache

run docker-compose

  docker-compose up --force-recreate

Postman Collection:

https://github.com/gurkanucar/jwt-project/blob/master/jwt-auth-project.postman_collection.json

Example Video:

https://www.youtube.com/watch?v=i5btOYd0Exw

Other components:

About

auth0 jwt project and Qr code


Languages

Language:Java 99.7%Language:Dockerfile 0.3%