indieweb-utils icon indicating copy to clipboard operation
indieweb-utils copied to clipboard

Add TicketAuth redemption functions

Open capjamesg opened this issue 2 years ago • 0 comments

This PR introduces new functions for use in TicketAuth redemption:

  1. send_ticket() - Discover a ticket endpoint and send a ticket for a specified resource to the server.
  2. redeem_ticket() - Makes a ticket redemption request to the token endpoint associated with a resource.

Documentation for the above functions are provided. The documentation notes these functions are experimental since TicketAuth is still in development.

There are not yet any test cases for these functions. I would like to work with someone to define what these should be.

capjamesg avatar Oct 09 '22 12:10 capjamesg