good day everyone does jester have support for google oauth?

2024-04-14 Thread boia01
Or you can just use a reverse proxy that does authentication in front of jester. This makes it more of a configuration job than a development pursuit. If you're not set on a particular reverse proxy, I'd recommend you take a look at Caddy as a simple-to-deploy-and-configure solution:

Use of typeof() in object member definition inside macro fails

2024-04-14 Thread ElegantBeef
Firstly `typeof(T.color)` is invalid cause `T` is a typedesc it does not have a `color` field. `typeof(default(T).color)` should work but Nim's generics always fight you to the death so this does not work. If we define `template color(T: typedesc): untyped = typeof(default(T).color)` to delay r

good day everyone does jester have support for google oauth?

2024-04-14 Thread isaiah
yeah i saw a library in the nimble directory. oauth. i will check that out.thanks

Eternum Prostate Health: Users Feedback Trusted Or Not

2024-04-14 Thread Rosy001
Eternum Prostate Health: Users Feedback Trusted Or Not Acquaint with Eternum Prostate Health In the space of men's prosperity, concerns enveloping prostate prosperity stand imperative. Eternum Prostate Health emerges as an ever-evolving upgrade planned to address these concerns thoroughly. ➲➲Cli

Use of typeof() in object member definition inside macro fails

2024-04-14 Thread sei
Hi y'all! I wrote a macro for conveniently declaring widget types when using [traitor](https://github.com/beef331/traitor), it is used to create a type that conforms to the interface built with traitor with the corresponding member variables. The widget type is generic, where the parameter is t

What is ETERNUM PROSTATE HEALTH

2024-04-14 Thread Rosy001
What is ETERNUM PROSTATE HEALTH ? ETERNUM PROSTATE HEALTH is a dietary upgrade demandingly framed to help prostate prosperity and ease up secondary effects related with prostate issues. Made with serious areas of strength for an of customary trimmings, each meticulously picked for its intriguing

good day everyone does jester have support for google oauth?

2024-04-14 Thread moigagoo
Jester per se doesn't ship with Google Auth but you can implement it with Jester for sure. You can even have Google Auth on the frontend only with Jester uninvolved.

good day everyone does jester have support for google oauth?

2024-04-14 Thread isaiah
I intend finding out if jester has support for google oauth so i can use it for login on my site.You can suggest other libraries that support this if it does not.thanks alot.