2022/Düsseldorf/indieauth

From IndieWeb

IndieAuth 101 was a session at IndieWebCamp Düsseldorf 2022.

Archived from https://etherpad.indieweb.org/indieauth


IndieWebCamp Dusseldorf 2022
Session: IndieAuth
When: 2022-04-30 13:15

Participants:

Notes

Seb demonstrates how signing into his site (seblog.nl) shows more content

  • banaan.5eb.nl as a demo identity to use to sign-in to
  • signs into seblog.nl
  • now shows checkins and header saying "Ingelogd als: banaan.5eb.nl" and a "Log uit" link
  • also shows a new top level nav of /private
  • clicking on /private shows posts only meant for you
  • banaan can see a post that anyone logged in can see

Tantek:

  • I tried signing in with my site
  • I can now see the post for banaan at the top of the home page
  • by clicking on /private I see a stream of a couple of posts. one is to me and another person, another is just a cat photo to me

Seb

  • sign-in flow, was written in PHP, but current one is written Elixir, not sure if I’ll keep it

Tantek Çelik: is there a PHP library for the server part?

seb: not sure, but there is a WordPress plugin

Tantek Çelik updated https://indieweb.org/Web_sign-in with the features of seblog.nl


spec https://indieauth.net/

a selfauth provider php https://github.com/Inklings-io/selfauth

deprecated: https://indieauth.com/

web signin https://indieweb.org/Web_sign-in

https://seblog.nl/2021/11/18/1/indieauth-without-indieauth-com

See Also