Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117761 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 69663 invoked from network); 21 May 2022 19:21:34 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 May 2022 19:21:34 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B4D78180210; Sat, 21 May 2022 14:03:08 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS; Sat, 21 May 2022 14:03:05 -0700 (PDT) Received: by mail-ej1-f41.google.com with SMTP id m20so21531715ejj.10; Sat, 21 May 2022 14:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EyfgIb6QWJgUA8eofjNMu+ZY3td0ibmezg3NtJ1HXCw=; b=i9yXBygQOm6QDA9i5jTNfn2QCtwwSchFwsHiN9cVcmNlwzIIOlBGNat5e7+hhNB0zx JgTX2gttF60k+q17C+qDX8onOio93zZlDpbEp/JASPpBE7gxaj/t3VjSpv3Y/wBx/PuA NpFX7l75CL1Sbsp9KcdcBNMcqM/3Gv106OS84HV3OJM7LXa8ZckM3o83upinfpwzS3eF Wt0Oh3csfFssQfSOyGmOblIrIlAosnwuTB/vjHZ+f7Cz2HPHwMoxuin2M8OZ5s5RcVC/ sLjFSROWRdzPocBVNVLUkH1nZxqfXJ9rrgyikM73aHhDKOjhkhnTSg5sjiArIjp8YdaK W7bQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EyfgIb6QWJgUA8eofjNMu+ZY3td0ibmezg3NtJ1HXCw=; b=WuUQyf6elMpRwEsiruho4DQoJLDzzNQ4hOfmnScs1hG4tILEvGxxmKjSIqhIRhDPSP sAqJn+3bVC2LkbjQRmahtV8SpnsPsitLvYklazKgHkgU8ayI0lO2F42yC2MXJuBXgBlu 0etD4b9068OJAFRbwMKlxnbPVRAVSrWCawHy8EI9Fo5+O2o+EKDd0u+xPGnRsTYgF/Oy MaTXdqhaAQc0Fgg3CLrAv4ZKGUVv0Hasopc+OcfHO1oZ002CiFBlLs+EqA5ZH3TcdTn1 L+GqAYM5RzjeHfbiRNBHbg+biT4DJH/O2InH95oicFy6iCBbm9fqOjd1h8FZWMosDZS+ 1d6w== X-Gm-Message-State: AOAM530YWfyR7hfEePai/BYO/5vDxZoAGroLmt1cfIDQnkubxVEOiWUQ N1q1kkeYxQVfsKvhpaYQI9HSC2mOa60IrCjEgYI= X-Google-Smtp-Source: ABdhPJxBBEI96MFGWMaegMYfrXpUsqLfNghj2XyDlTz1j6F5Dyfy31fy6726PdrN7joJCOIv5x4N2NCk5rEDbAYZNZ8= X-Received: by 2002:a17:906:6bd3:b0:6fe:8c20:f218 with SMTP id t19-20020a1709066bd300b006fe8c20f218mr13938119ejs.32.1653166983697; Sat, 21 May 2022 14:03:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 22 May 2022 00:02:51 +0300 Message-ID: To: Aaron Junker Cc: "php-webmaster@lists.php.net" , PHP internals , "googleguy@php.net" Content-Type: multipart/alternative; boundary="000000000000d1579e05df8beebb" Subject: Re: [PHP-DEV] Global php.net login system with oAuth From: maxsem.wiki@gmail.com (Max Semenik) --000000000000d1579e05df8beebb Content-Type: text/plain; charset="UTF-8" My impression was that every homebrewed part of infrastructure suffers from lack of maintainer (man|woman|person)power. In such conditions, adding more things to maintain sounds risky. What about more third-party OAuth instead? For a lot of use cases you mentioned, using GitHub login sounds more attractive to me. Pros: it's a de-facto standard for open source collaboration, PHP uses GH already. Cons: third-party dependence, some people still have reservations about Microsoft specifically. Note that I'm not proposing going GitHub login only, I'm just suggesting an alternative to PHP OAuth. On Thu, May 19, 2022 at 8:57 PM Aaron Junker wrote: > Hi all > > I was not able to find the original thread for the idea to create a global > php.net login[1] and since the last update to this was 5 years ago, I'm > starting a new thread. > > The original idea is to create an own oAuth system. But setting up and > running an own oAuth system takes many resourceful > > Best regards > Aaron > > [1] https://wiki.php.net/ideas/phplogin > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > -- Best regards, Max Semenik --000000000000d1579e05df8beebb--