We need a unique UUID to give the client to associate with CAPTCHAs #11
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerealxp/FreeCAPTCHA#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So that when we redirect back, we can sign a token with the UUID we originally gave them, which we can sign. So they can call our API to make sure it's valid. Or something. API development is a lot of boring wrappers around a small amount of interesting functionality.