w3c-fedid / FedCM

A privacy preserving identity exchange Web API
https://w3c-fedid.github.io/FedCM/
Other
383 stars 73 forks source link

Allow user agent to wait or reject the request before any fetch #676

Open npm1 opened 3 weeks ago

npm1 commented 3 weeks ago

See https://github.com/w3c-fedid/FedCM/issues/675


Preview | Diff

cbiesinger commented 3 weeks ago

isn't this redundant with https://w3c-fedid.github.io/FedCM/#create-identity-credential:~:text=The%20user%20agent%20can%20decide%20when%20to%20continue%20with%20the%20next%20steps. ?

npm1 commented 3 weeks ago

isn't this redundant with https://w3c-fedid.github.io/FedCM/#create-identity-credential:~:text=The%20user%20agent%20can%20decide%20when%20to%20continue%20with%20the%20next%20steps. ?

Yea I was just updating since I saw that. Unfortunately that is not good enough since it does not allow rejecting, so moved it to right at the beginning of the create algorithm.