Skip to content

A prototype server to cache a user token, originally developed for a third-party integration

License

Notifications You must be signed in to change notification settings

citisolo/cache-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Third-Party Token Server

Prototype for a server to cache access tokens

Endpoints

To cache the token;

POST /token
{"id":"1234", "token":"56789101112131415"}

To retrieve the token;

GET /token?id=1234
response; 
   200 {"token":"56789101112131415" }

About

A prototype server to cache a user token, originally developed for a third-party integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages