- It shows the working of JWT Token Authentication.
- It shows how user can login and logout using JWT Token Authentication.
- No database has been used. You can simply import the project and you dont need to do any configuration.
- i) Thymeleaf,CSS : designing page layout.
- ii) Java : all the logic has been written in java.
- iii) JWT Token: JWT Authentication has been user for authentication.
- iv) SpringSecurity: SpringSecurity has been used for authentication.
- Java JDK 8+
- Eclipse EE or Spring Tool Suite
- MySQL
-
In Eclipse or Spring Tool Suite
-
Click on File
-
Select Import
-
Select Projects from Git(with smart import) -> Next
-
Select Clone URI -> Next
-
In URI paste this url: https://github.com/swapnilbamble1438/JWT_Authentication_with_Thymeleaf_GUI.git -> Next
-
Now in Local Destination
-
proceed -> Next
Now only select JWT_Authentication_with_Thymeleaf_GUI\JWT_Authentication_with_Thymeleaf_GUI -> Finish
-
If everything goes right Project will get successfully imported
-
Now wait for few seconds for getting things properly loaded
-
And Try to Run the Project
-
Right Click On Project > Run As > Spring Boot App