/jwt-using-springboot

A sample project for understanding JWT.

Primary LanguageJava

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