Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrakashkumar/spring-boot-jwt
it is JSON Web Token Example using IntelliJ IDEA IDE. I have worked on Token based Authentication
https://github.com/mrakashkumar/spring-boot-jwt
java-8 jwt-token lombok-maven maven spring-boot spring-security springboot2
Last synced: 1 day ago
JSON representation
it is JSON Web Token Example using IntelliJ IDEA IDE. I have worked on Token based Authentication
- Host: GitHub
- URL: https://github.com/mrakashkumar/spring-boot-jwt
- Owner: MrAkashKumar
- Created: 2020-04-20T08:04:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T17:09:48.000Z (almost 5 years ago)
- Last Synced: 2024-04-18T04:50:14.518Z (10 months ago)
- Topics: java-8, jwt-token, lombok-maven, maven, spring-boot, spring-security, springboot2
- Language: Java
- Homepage: localhost:8191/JWTExample/
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-boot-jwt-mysql-jpa based Spring boot
it is JSON Web Token Example using IntelliJ IDEA IDE.----------------------------------------------
get for Token details
username ::: akashKumar
password ::: akash
----------------------------------------
IDE ::
IntelliJ IDEAtechnologies ::
JAVA8,
Spring Security,
JwtToken V0.9,
Dev-tools,
lombok,
Maven,for Testing using POSTMAN
Request Type :::: POST
URL ::: >>> localhost:8191/JWTExample/authenticate
Request body ::::>>>>
{
"username":"akashKumar",
"password":"akash"
}
Response :::::>>>>>{
"jwtToken":
"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJha2FzaEt1bWFyIiwiZXhwIjoxNTg3NDg0MTIzLCJpYXQiOjE1ODc0NjYxMjN9.CenrD4E4ZGNnNGH8MqkZi154PC1FYZP-b3esiaLSj7xr9IS6uKrnsOcO48xknezLtzB2tPeWAiNGHD4QAXtkWg"}
:::::::::::::::::::::Image path for more desc of API :::::::::::::::::::::::::
Spring-boot-jwt/src/main/resources/templates/responseImg.png