sknebel / AutoAuth

AutoAuth is a WIP extension for IndieAuth without the user being present
13 stars 0 forks source link

interactive form? #7

Open sknebel opened 5 years ago

sknebel commented 5 years ago

A lot of this would probably also apply to interactive login to another site (the difference to IndieAuth here being the discovery not from the profile URL, and the other site's token endpoint being involved). Potentially also some overlap with use cases, e.g. a feed reader requiring per-feed confirmation, since subscription likely is interactive. Other use cases?

sknebel commented 5 years ago

Notes from discussion today:

partial verification can be somewhat transparent to the client if the authorization endpoint has an external way to contact the user (e.g. a push message). doing it explicitly ("please point the user to this url to confirm your request") could be trickier.