Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 666 Bytes

SnippetInnovationWithSpringBoot

Snippets with Spring Boot. Topics: Web Socket, Json Web Token (JWT).

Json Web Token

location: package com.snippet.jwt;

  1. login to get the JWT token within hateoas link login request login response
  2. verify the token by getting the user information verify token