Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TicketAuth redemption functions #71

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

capjamesg
Copy link
Owner

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 capjamesg self-assigned this Oct 9, 2022
@capjamesg capjamesg added help wanted Extra attention is needed enhancement New feature or request labels Oct 9, 2022
@capjamesg capjamesg added this to the v0.3.1 milestone Oct 9, 2022
@capjamesg capjamesg modified the milestones: v0.3.1, v0.3.2 Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant