dkuratowski / sytes-react

React frontend components for the Sytes Framework
MIT License
0 stars 0 forks source link

RSVP: Authenticated user can submit answers to RSVP surveys with revoked access token #3

Closed dkuratowski closed 1 year ago

dkuratowski commented 1 year ago

Use case:

  1. Issue an access token to a participant of a wedding.
  2. Authenticate into the wedding with the issued access token.
  3. Revoke the access token.
  4. Submit answers to an RSVP survey from the same session that was authenticated in step 2.
  5. Submission succeeds, however it should have failed because the token was revoked.
dkuratowski commented 1 year ago

Moved to the dkuratowski/sytesbook-wpwedding repo.