Skip to content

A role based authentication Api which can be used as a secured Login/Logout Microservice for any spring web application

Notifications You must be signed in to change notification settings

iqbalrohail/UserAuthentication-with-JWT--SpringSecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserAuthentication-with-JWT--SpringSecurity

Following are the tools required to run this Api in your local machine

These readme instructions are as per the Linux OS. You can install the same in Windows/MacOS by following the required utilities on internet.

1 Install intelliJ idea

sudo snap install intellij-idea-community --classic

2 Install JRE

apt install openjdk-11-jre-headless

apt install openjdk-11-jdk-headless

3 Install Mysql and create a database example_db

sudo apt update

sudo apt install mysql-server

sudo mysql_secure_installation

sudo mysql

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root1234';

FLUSH PRIVILEGES;

4 Run IntelliJ idea

intellij-idea-community

(open the downloaded code base of the application)

5 Application will run on this port in your browser

http://localhost:8881/

About

A role based authentication Api which can be used as a secured Login/Logout Microservice for any spring web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages