From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: guile-oauth 1.0.0 released Date: Tue, 16 Feb 2021 12:58:59 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19530"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Feb 16 13:01:38 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lBz2w-0004yu-AJ for guile-user@m.gmane-mx.org; Tue, 16 Feb 2021 13:01:38 +0100 Original-Received: from localhost ([::1]:43786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBz2v-0000uE-9e for guile-user@m.gmane-mx.org; Tue, 16 Feb 2021 07:01:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBz0W-0007N0-91 for guile-user@gnu.org; Tue, 16 Feb 2021 06:59:08 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:51669) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBz0R-0004Vn-Q8 for guile-user@gnu.org; Tue, 16 Feb 2021 06:59:07 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 67B6C160060 for ; Tue, 16 Feb 2021 12:59:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1613476741; bh=/A8PuCgumSyxBRnsNGEEsXfGnH7MUfNG3LoVApBkytE=; h=Subject:To:From:Date:From; b=eE2PTDvT8DsqBCzXcPYq69sSPtYcNpIHx9KL7WIAJAoQD7xQDYQ83JhzdR1cfEtmo J141Ee3UD8YwLQZ1BLZSelF2UUuM/5al8YmmA2Iyao7rYmuNWZyNDFQu5uWZq691m5 r+q4UMUITV34SbAUikf4QejJQ7RzvLUfJrJzoVeqTji+DqBa7n1PVNKzO1B8yaWM9i UU0tR6MYNgqOY7REkP6/OG4LET5GpZsbKz+cst3SBdaVQUB6lo4L1ghfZvx/6lnAPd lBx7mSMzp6WmXD9731tBdjOvXuSB2GzUMtNTLIEP581dqyZmnzBTaC5qhN3bEDWLVJ k5OR9Puxw1baQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dfzyr5JM6z6tmK for ; Tue, 16 Feb 2021 12:59:00 +0100 (CET) X-Tagtoolbar-Keys: D20210216125859927 In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17256 Archived-At: Hello Aleix! Outstanding work, thank you! It is good to know, that stuff exists, if one wants to build web things on Guile. Best regards, Zelphir On 2/16/21 7:17 AM, Aleix Conchillo FlaquƩ wrote: > Hi, > > I'm very excited to announce guile-oauth 1.0.0. The biggest addition to > this version is OAuth 2.0 support (authorization code and client > credentials grants). It comes with a Reddit example. It has also very minor > breaking changes for the old OAuth 1.0a API. > > https://github.com/aconchillo/guile-oauth/ > > * About > > guile-oauth is an OAuth client module for Guile. It supports the following > features: > > - OAuth 1.0a: HMAC-SHA1 and PLAINTEXT signatures. > - OAuth 2.0: Authorization Code and Client Credentials grant types. > > * Download > > Compressed sources and a GPG detached signature[*]: > > https://download.savannah.nongnu.org/releases/guile-oauth/guile-oauth-1.0.0.tar.gz > https://download.savannah.nongnu.org/releases/guile-oauth/guile-oauth-1.0.0.tar.gz.sig > > [*] To verify download both files and then run: > > gpg --keyserver keys.openpgp.org \ > --recv-keys 7CEC5511C8D057A9EF17470C54D4CC6FFC7468F4 > > gpg --verify guile-oauth-1.0.0.tar.gz.sig > > * Changes since 1.0.0 > > https://github.com/aconchillo/guile-oauth/blob/master/NEWS > > Bugs and comments can be reported at > https://github.com/aconchillo/guile-oauth/issues > > Happy hacking! > > Aleix -- repositories: https://notabug.org/ZelphirKaltstahl