Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 480 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 480 Bytes

This repo is created for practicing phantom token Phantom Token Pattern. to run this repo you need to run docker-compose docker-compose -f docker-compose.yaml up. Phantom Token Pattern has several advantages like

  • size of the opaque token relatively small compared to jwt token because it not contains any data just random string
  • no information can be leaked from opaque token

Phantom Token Pattern