sfksuperman / jwt-using-springboot

A sample project for understanding JWT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwt-using-springboot

A sample project for understanding JWT.

NOTE: As of now, even providing the correct token (after generating it), we are still getting "forbidden" while accessing both the sample api endpoints:

  1. localhost:9595/welcome
  2. localhost:9595/getUser

Generating Token Accessing /welcome API Accessing /getUser API

About

A sample project for understanding JWT.


Languages

Language:Java 100.0%