Joaquim Ley
Joaquim Ley
Hey even if you “only” support the bottom that’s a big win and I’ll take it! Appreciate you taking the time and maintain the lib On Tue, 20 Dec 2022...
Hey, this was approved for close to a year now? Can we merge it?
Ok for some miracle I was able to find the reason why: I had to use this: ```kotlin import com.squareup.moshi.kotlin.reflect.KotlinJsonAdapterFactory ``` Instead of this ```kotlin import com.squareup.moshi.KotlinJsonAdapterFactory ``` So you...
To be honest, I didn't try it, but maybe you are right! Still, would you think that having this information on the README to be valuable? Thanks for your time
Randomly getting this issue on all of my production apps! Kinda bad timing since we were having some paid acquisition going :|
(not a solution) I just tested disabling my custom SMTP (resend) and it works but only for 3 users/hour 😅 Re-enabling resurfaced the issue and the problem I'm assuming is...
That token is used to talk with Google APIs and not your own server, it is not your JWT secret (you never pass it or should). Depending on your use...
Yes, if you do your own research you'll find all the details you need. Search for "Google oAuth flow"