Thread overview
Google Auth API
Jun 18
Vahid
Jun 19
Sergey
Jun 23
aberba
Jun 23
aberba
June 18

Hi,

Has anyone here had experience implementing the Google Auth Library in DLang? Specifically, I am looking for guidance on handling OAuth 2.0 using JWT. Are there any current libraries available for this purpose?

June 19

On Tuesday, 18 June 2024 at 01:38:04 UTC, Vahid wrote:

>

Hi,

Has anyone here had experience implementing the Google Auth Library in DLang? Specifically, I am looking for guidance on handling OAuth 2.0 using JWT. Are there any current libraries available for this purpose?

Oh a pain-point of D =(

The regular answer from D web-Gods: "oh it is very simple. just implement it by yourself" :)

But we have something (not sure if anything from the list is working):

Hunt solution (when I've tried it recently - it wasn't built and gave me an error)


Plain JWT


Vibe-based solutions


ARSD CGI

June 23

On Tuesday, 18 June 2024 at 01:38:04 UTC, Vahid wrote:

>

Hi,

Has anyone here had experience implementing the Google Auth Library in DLang? Specifically, I am looking for guidance on handling OAuth 2.0 using JWT. Are there any current libraries available for this purpose?

This is why I can't use D for work. Working with cloud services is a major challenge without these SDKs.

June 23

On Tuesday, 18 June 2024 at 01:38:04 UTC, Vahid wrote:

>

Hi,

Has anyone here had experience implementing the Google Auth Library in DLang? Specifically, I am looking for guidance on handling OAuth 2.0 using JWT. Are there any current libraries available for this purpose?

You may reference https://forum.dlang.org/post/nqkaaemzsheljxnifhym@forum.dlang.org

You may reach out to Adam, he most likely have code for this somewhere.