From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=protonmail.com (client-ip=185.70.40.134; helo=mail-40134.protonmail.ch; envelope-from=jvanveen@protonmail.com; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=qdAk+Oyt Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by mail.toke.dk (Postfix) with ESMTPS id 289C98D8D2D for ; Wed, 27 Oct 2021 20:23:58 +0200 (CEST) Date: Wed, 27 Oct 2021 18:23:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1635359033; bh=MMjKwU7r+FwbSwJqtPYwE37OoGsXsDmS0I8me/wUKiU=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=qdAk+OytyZhwdiPfR8aXqTZIu4rOox716nK78YW9Izmfs0ZsB1PfWTUPDtsW4pdRx af5tsYYt8JQ5OLBxQRoVy8DQixNGDkD+5OHRxF1Qi5TSCJvPKLlNAtgr2CGS2GRlN0 5iMQ9c7UyknDkrqjQ1s4Pu0mAmM7r0QmUVM3iEbc= To: Juliusz Chroboczek From: Jeroen van Veen Message-ID: In-Reply-To: <8735on1ues.wl-jch@irif.fr> References: <9SCVvWIB9TfyEmG6di6LYCmoEeeJ_2Fsqzh8Y58_q0wSF1hRxJ_2I3YKATYXSCnaZQMJ6CdhvseVnbHsDmnSheS5b9SvRk1f9xhna0e2Y5Q=@protonmail.com> <87pmsp3qnx.wl-jch@irif.fr> <8735on1ues.wl-jch@irif.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Message-ID-Hash: FJPNGNGZ6VQUIE6ZDHXQACR2YALYKXOO X-Message-ID-Hash: FJPNGNGZ6VQUIE6ZDHXQACR2YALYKXOO X-MailFrom: jvanveen@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: "galene@lists.galene.org" X-Mailman-Version: 3.3.4 Precedence: list Reply-To: Jeroen van Veen Subject: [Galene] Re: Config branch [was: User management] List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hey Juliusz, Nice! I'll check it out this week. JWT sounds good. I'm currently halfway basic group/user management in Pyrite. Currently using a simple users.json for now to keep track of users and their groups (https://github.com/garage44/pyrite/blob/develop/packages/admi= n/lib/user.js#L8). Cheers, Jeroen =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Op dinsdag 26 oktober 2021 om 9:02 PM schreef Juliusz Chroboczek : > Jeroen, > > I've just pushed a new branch > > git checkout -b config https://github.com/jech/galene > > which implements a global configuration file and removes the data/passwd > > file. Please review, and let me know what you think. > > (I'm going to use the global config file to hold shared secrets and publi= c > > keys as I implement third party authentication with JWTs, so while it's > > not overly urgent, please do review, since we'll be stuck with it once > > people start developing auth servers for Galene.) > > -- Juliusz > > Galene mailing list -- galene@lists.galene.org > > To unsubscribe send an email to galene-leave@lists.galene.org