Thank you very much!
I'll try to add oauth to Artanis in the next release!
On Thu, Jun 30, 2022, 14:15 Aleix Conchillo Flaqué
wrote:
> Hi,
>
> I'm happy to announce guile-oauth 1.3.0. This release allows you to use
> other HTTP client libraries to perform HTTP requests. An *http-proc*
> procedur
I believe this should now work in 1.3.0 which I just released. Let me know
if you run into any issues if you try it out.
Thanks!
Aleix
On Wed, Jun 29, 2022 at 6:58 AM Aleix Conchillo Flaqué
wrote:
> Thanks!
>
> That's actually currently not possible, but I guess we could pass a
> callback and
Hi,
I'm happy to announce guile-oauth 1.3.0. This release allows you to use
other HTTP client libraries to perform HTTP requests. An *http-proc*
procedure can be specified in all guile-oauth procedures that make HTTP
requests, it defaults to Guile's (http-request). Thank you Nala Ginrut for
the su
Thanks!
That's actually currently not possible, but I guess we could pass a
callback and call it whenever guile-oauth makes http requests. I'll see if
I have time to add support for it.
Aleix
On Wed, Jun 29, 2022 at 12:47 AM Nala Ginrut wrote:
> Nice work!
> Is it possible to support guile-cur
"Dr. Arne Babenhauserheide" writes:
[...]
Possibly fixnum-related, so maybe:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42060
Maybe 32-bit <-> 64-bit related, so maybe:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28920
Thanks a lot. I will check those out.
Also, guile@2.2 is not d
Nice work!
Is it possible to support guile-curl for its https client? There is
situation that the system can't install gnutls-guile.
On Wed, Jun 29, 2022, 15:30 Aleix Conchillo Flaqué
wrote:
> Hi,
>
> I'm pleased to announce guile-oauth 1.2.0. This is a bug fix release that
> fixes an OAuth 2.0
Hi,
I'm pleased to announce guile-oauth 1.2.0. This is a bug fix release that
fixes an OAuth 2.0 spec compliance issue when obtaining access tokens. Also
a minor feature for OAuth 1.0a has been added, it is now possible to
specify where the OAuth protocol parameters are sent ('header, 'query or
'b