Re: Bug during logout

From: "Jonathan Gonzalez V(dot)" <jonathan(at)abdiel(dot)eu>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-www(at)postgresql(dot)org
Subject: Re: Bug during logout
Date: 2026-08-18 10:49:50
Message-ID: 87ecfvsnxt.fsf@abdiel.eu
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hi!

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> ...
>
> logging out from a website it goes in the website, but if we want to
> have a logout control it should be in the panel that mange the session
> of the PostgreSQL OAuth system, so that panel should have the session
> per site, and from there it should logout other systems, so the webpage
> logout only that, the webpage.
>
> Actually, I looked at it a bit, and the distributed logout actually uses a different endpoint. But we might want to look into that
> one as well :)

Interesting, which one? I'm guessing you mean `accounts/logout` which
has an additional `s`.

> But now I'm curious, there's any panel that manage the session in other
> sites like 2026.pgconf.eu, etc ? In that case, probably we can do
> something on that side in another patch!
>
> Yes, for example https://www.postgresql.eu/account/ has a logout in bottom-left as well.

Well, this one didn't logged me out from postgresql.org, so I it's not
like a "log me out of everything" or "close my session on this site" I
was thinking more in something that show you all the sites that you're
authenticated, but I think that that it's another issue.

Regards,
--
Jonathan Gonzalez V.
EDB
https://www.enterprisedb.com

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Marketing Sozo 2026-08-18 12:19:49 Request for PostgreSQL Wiki editor access
Previous Message Magnus Hagander 2026-08-18 09:21:44 Re: Bug during logout