Skip to content

This repository is used to demo how phantom token pattern work by utilize nginx to get the jwt from auth server

Notifications You must be signed in to change notification settings

rizface/phantom-token-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository is used to demo how phantom token pattern work by utilize nginx to get the jwt from auth server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published