<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-06-03T09:25:37Z</updated>
  <generator>https://njump.me</generator>

  <title>Nostr notes by FenTiger</title>
  <author>
    <name>FenTiger</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://njump.me/npub1n75cuv09khp07mwj4sv2jf7puy837q95sqhqvcdju8vtfqwp4kjqal2apc.rss" />
  <link href="https://njump.me/npub1n75cuv09khp07mwj4sv2jf7puy837q95sqhqvcdju8vtfqwp4kjqal2apc" />
  <id>https://njump.me/npub1n75cuv09khp07mwj4sv2jf7puy837q95sqhqvcdju8vtfqwp4kjqal2apc</id>
  <icon>https://zotum.net/photo/profile/l/1666?rev=1704383539</icon>
  <logo>https://zotum.net/photo/profile/l/1666?rev=1704383539</logo>




  <entry>
    <id>https://njump.me/nevent1qqs9gzqk70rrrr2vcwa6rs4pmkf8s6h8v085p59mu0f8enqghcp8p6szyz06nr33uk6u9lmd62kp32f8c8ss78cqkjqzupnpktsa3dypcxk6gnr70pt</id>
    
      <title>Nostr event nevent1qqs9gzqk70rrrr2vcwa6rs4pmkf8s6h8v085p59mu0f8enqghcp8p6szyz06nr33uk6u9lmd62kp32f8c8ss78cqkjqzupnpktsa3dypcxk6gnr70pt</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs9gzqk70rrrr2vcwa6rs4pmkf8s6h8v085p59mu0f8enqghcp8p6szyz06nr33uk6u9lmd62kp32f8c8ss78cqkjqzupnpktsa3dypcxk6gnr70pt" />
    <content type="html">
      [h2]#[zrl=&lt;a href=&#34;https://zotum.net/search?tag=FedIAM&#34;&gt;https://zotum.net/search?tag=FedIAM&lt;/a&gt;]FedIAM[/zrl] 0.2[/h2]&lt;br/&gt;&amp;#34;Release early, release often&amp;#34;, they say. Well, I managed one out of two.&lt;br/&gt;&lt;br/&gt;I&amp;#39;ve been continuing to work on my experimental federated sign-on system, [url=&lt;a href=&#34;https://codeberg.org/FenTiger/FedIAM&#34;&gt;https://codeberg.org/FenTiger/FedIAM&lt;/a&gt;]FedIAM[/url].&lt;br/&gt;&lt;br/&gt;Summary of changes since release 0.1:&lt;br/&gt;[ul]&lt;br/&gt;[*] Split it into three modules - user interface, IdP and RP - and start to reduce the dependencies between them&lt;br/&gt;[*] Support multiple #[zrl=&lt;a href=&#34;https://zotum.net/search?tag=OIDC&#34;&gt;https://zotum.net/search?tag=OIDC&lt;/a&gt;]OIDC[/zrl] clients (not just Kratos)&lt;br/&gt;[*] PKCE is now mandatory&lt;br/&gt;[*] Take some steps towards supporting #[zrl=&lt;a href=&#34;https://zotum.net/search?tag=ATProto&#34;&gt;https://zotum.net/search?tag=ATProto&lt;/a&gt;]ATProto[/zrl] OAuth (not yet complete)&lt;br/&gt;[/ul]&lt;br/&gt;[h2]Discourse Demo[/h2]&lt;br/&gt;The main highlight of this release: I have integrated FedIAM with a real application, [url=&lt;a href=&#34;https://www.discourse.org/index&#34;&gt;https://www.discourse.org/index&lt;/a&gt;]Discourse[/url].&lt;br/&gt;&lt;br/&gt;For a slightly more interesting demo than the last one, feel free to try it out at [zrl=&lt;a href=&#34;https://discourse.mythik.co.uk/&#34;&gt;https://discourse.mythik.co.uk/&lt;/a&gt;]discourse.mythik.co.uk[/zrl]!&lt;br/&gt;&lt;br/&gt;To log in to this forum:&lt;br/&gt;[ul]&lt;br/&gt;[*] [url=&lt;a href=&#34;https://codeberg.org/fediverse/fep/src/branch/main/fep/61cf/fep-61cf.md&#34;&gt;https://codeberg.org/fediverse/fep/src/branch/main/fep/61cf/fep-61cf.md&lt;/a&gt;]Hubzilla/Streams[/url] and [url=&lt;a href=&#34;https://indieweb.org/FedCM_for_IndieAuth&#34;&gt;https://indieweb.org/FedCM_for_IndieAuth&lt;/a&gt;]FedCM[/url] users don&amp;#39;t need to do anything special - just follow the link, and you&amp;#39;ll be logged in!&lt;br/&gt;[*] Mastodon and classic IndieAuth users can log in by clicking the &amp;#34;Log In&amp;#34; button and entering their ID to start the flow.&lt;br/&gt;[/ul]&lt;br/&gt;In this setup, Discourse is configured to use FedIAM as an OpenID Connect login service. It&amp;#39;s quite crude - some of Discourse&amp;#39;s features won&amp;#39;t work in this configuration.&lt;br/&gt;&lt;br/&gt;It&amp;#39;s only a demo. I reserve the right to shut it down and/or wipe the database at any time. Don&amp;#39;t post anything on there if you want to keep it.&lt;br/&gt;&lt;br/&gt;[h2]Other News[/h2]&lt;br/&gt;A couple of interesting developments have taken place since the release of FedIAM 0.1 back in August.&lt;br/&gt;&lt;br/&gt;[h3]Mastodon 4.3 released[/h3]&lt;br/&gt;Originally FedIAM&amp;#39;s support for #[zrl=&lt;a href=&#34;https://zotum.net/search?tag=Mastodon&#34;&gt;https://zotum.net/search?tag=Mastodon&lt;/a&gt;]Mastodon[/zrl] was very patchy, because it relies on some OAuth2 protocol changes which were only available in nightly builds at the time. The Mastodon team have now released these changes as part of version 4.3, so a sizeable portion of the Mastodon network can now log in via FedIAM!&lt;br/&gt;&lt;br/&gt;[h3]ATProto OAuth2[/h3]&lt;br/&gt;#[zrl=&lt;a href=&#34;https://zotum.net/search?tag=BlueSky&#34;&gt;https://zotum.net/search?tag=BlueSky&lt;/a&gt;]BlueSky[/zrl] have revealed their design for [url=&lt;a href=&#34;https://atproto.com/specs/oauth&#34;&gt;https://atproto.com/specs/oauth&lt;/a&gt;]federated login using #[zrl=&lt;a href=&#34;https://zotum.net/search?tag=ATProto&#34;&gt;https://zotum.net/search?tag=ATProto&lt;/a&gt;]ATProto[/zrl][/url]. This is not supported by FedIAM yet, but I have a basic proof-of-concept implementation of this.&lt;br/&gt;&lt;br/&gt;The thing that&amp;#39;s interesting about this is its use of [url=&lt;a href=&#34;https://www.w3.org/TR/did-core/&#34;&gt;https://www.w3.org/TR/did-core/&lt;/a&gt;]Decentralized Identifiers (DIDs)[/url]. There seems to be a general consensus that DIDs are the future of identity in distributed systems, but to date BlueSky&amp;#39;s ATProto login system is the only concrete proposal I&amp;#39;ve seen that makes use of them. It takes significant work to get from &amp;#34;maybe we could do it like this&amp;#34; to a design which is well-specified enough to implement in an interoperable way; the BlueSky team have put in this effort, and they&amp;#39;ve done a great job of documenting it, too.&lt;br/&gt;&lt;br/&gt;I hope to offer full support for ATProto/BlueSky logins in FedIAM 0.3.
    </content>
    <updated>2024-12-21T10:22:23Z</updated>
  </entry>

  <entry>
    <id>https://njump.me/nevent1qqs0e8wqjyt93l8qppurmkr6atx7kl405pxrvy7qxl0ujwet3kku4fgzyz06nr33uk6u9lmd62kp32f8c8ss78cqkjqzupnpktsa3dypcxk6gvvegt9</id>
    
      <title type="html">Announcing FedIAM 0.1.0 - Sign in with a Fediverse account! ...</title>
    
    <link rel="alternate" href="https://njump.me/nevent1qqs0e8wqjyt93l8qppurmkr6atx7kl405pxrvy7qxl0ujwet3kku4fgzyz06nr33uk6u9lmd62kp32f8c8ss78cqkjqzupnpktsa3dypcxk6gvvegt9" />
    <content type="html">
      Announcing FedIAM 0.1.0 - Sign in with a Fediverse account!&lt;br/&gt;&lt;br/&gt;Suppose you want to allow people to log in to your web site. How will they identify themselves? With a username and password? We&amp;#39;ve all got far too many of those already, and they&amp;#39;re not even particularly secure. Perhaps with a Google or Facebook account? That&amp;#39;s a lot easier, but do we really want to allow these companies even further into our lives?&lt;br/&gt;&lt;br/&gt;FedIAM is a [i]research project[/i] which aims to offer an alternative: using Fediverse and IndieWeb protocols, visitors can log in using any one of thousands of small, independent networks run by ordinary people - or even using a provider that they host themselves, independently of any outside influence.&lt;br/&gt;&lt;br/&gt;Now available as open source!&lt;br/&gt;&lt;br/&gt;#^[url=&lt;a href=&#34;https://codeberg.org/FenTiger/FedIAM&#34;&gt;https://codeberg.org/FenTiger/FedIAM&lt;/a&gt;]&lt;a href=&#34;https://codeberg.org/FenTiger/FedIAM[/url]&#34;&gt;https://codeberg.org/FenTiger/FedIAM[/url]&lt;/a&gt;
    </content>
    <updated>2024-08-25T10:07:19Z</updated>
  </entry>

</feed>