Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 IDEA

technologies ::
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