guile-oauth - Summary
This group is not part of the GNU Project.
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.
It depends on the following Guile version and modules:
- Guile >= 2.2.0.
- GnuTLS Guile bindings (for HTTPS support).
- guile-gcrypt >= 0.3.0.
- guile-json >= 4.5.0.
Registration Date: Thu 27 Jun 2013 01:32:59 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by aleix, Thu 24 Feb 2022 05:41:43 AM UTC
I'm happy to announce guile-oauth 1.1.0. This is a minor release that just adds a missing #:body keyword argument to OAuth1 and OAuth2 HTTP request procedures and improves documentation.
Happy Hacking!
posted by aleix, Thu 24 Feb 2022 05:41:05 AM UTC
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.
Happy Hacking!
posted by aleix, Thu 24 Feb 2022 05:40:14 AM UTC
I'm pleased to announce guile-oauth 0.5.0. This version fixes OAuth 1.0 as it was basically broken (Twitter example works again). It also removes the embedded industria files and adds a dependency on guile-gcrypt.
Happy hacking!
posted by aleix, Thu 23 Aug 2018 05:07:43 AM UTC
I'm pleased to announce guile-oauth 0.4.0. Starting in version 0.4.0 guile-oauth will only be available under the GPLv3 license.
Happy hacking!
Powered by Savane 3.14-8aba.
Corresponding source code