Skip to content

Translating oauth2 between browser and cli applications

License

Notifications You must be signed in to change notification settings

pr0ton11/echo-callback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo-Callback Server

This is a service:

  • That you can request your endpoint with a call to /
  • That you can post data to the same endpoint (e.g oauth2-redirect data)
  • Retrieve the same data with another get request (which also deletes the endpoint again from the server)
  • Cleans up all the endpoints that are older than CLEANUP_ENDPOINTS_MIN (default: 5 mins)

It is used to securely retrieve oauth2 tokens without redirecting the user to localhost (which would be insecure)

It can be used for other types of temporary data as well

About

Translating oauth2 between browser and cli applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages