#LoqiIt looks like we don't have a page for "FedCM" yet. Would you like to create it? (Or just say "FedCM is ____", a sentence describing the term)
#aaronpkFedCM is a browser API for logging in to websites using external identity providers, and has an experimental feature "IdP Registration" which can let your own website be an identity provider to any website using IndieAuth
#[schmarty]i will probably wait for support to land in more browsers but i have some hopes that this FedCM/IdP would be a good way to do protected content on my personal site where i can encourage folks to use their own domain but also they can ignore me and just use their google account and still get access.
#[snarfed]aaronpk++ great inspiration re FedCM, love it!
#Loqiaaronpk has 41 karma in this channel over the last year (123 in all channels)
#[snarfed]I'm still working my way through the docs, but one part of the RP flow with navigator.credentials.get() that confused me was that it sounded like the RP had to request a specific IdP
#[snarfed]...which would seem to somewhat defeat the purpose. I assume that's just me misreading the docs? ie the RP can say "I want to use any available login" ? or "I want a login in this category or tag" ?
#aaronpkthe experimental feature is `configURL: "any"` which is only in chrome canary
#[snarfed]aha ok, I assume that's the part you depend on right now?
#aaronpkthe university and open banking use cases could be covered by providing a "federation URL", which confusingly has nothing to do with fediverse federations
#aaronpkbut yeah i think we need some sort of open "type" filter that websites can opt in to. really what webmention.io should be asking for is an indieauth IdP, not "any" IdP
#aaronpkand an IdP should be able to register as one or more types
#copheeI think I got Webmentions working on my site (?)
#copheeBut it didn't remove the test comment I had on here when I deleted it off webmentions.io
#aaronpkit looks like the comment is being rendered in the HTML, so are you fetching it from webmention.io when the page is loaded or caching it somewhere?
#Loqipcarrier[d] has 1 karma in this channel over the last year (6 in all channels)
#capjamesgWhere is the public key stored? The browser? Do you make them?
#pcarriercapjamesg[d] in 1pw.me the keypair is derived from the password, and in 0pw when you POST a payload it gets stored under a blob named after the public key
#pcarrierso backend-side, the blob name in minio; client-side, nowhere
#LoqiFedCM is a browser API for logging in to websites using external identity providers, and has an experimental feature "IdP Registration" which can let your own website be an identity provider to any website using IndieAuth https://indieweb.org/FedCM
#LoqiFedCM for IndieAuth is a guide intended to help IndieAuth developers add support for the FedCM APIs, including the IdP Registration feature that enables FedCM to be used with IndieAuth https://indieweb.org/FedCM_for_IndieAuth