Stefan Jovanovic
Stefan Jovanovic
Have you checked the logs with 'OneTapCompose' tag? You may have closed the sign in popup multiple times in a row, which resulted in blocked requests.
The open() function may be blocked if you have tried closing the dialog multiple times in a short period of time. That's an automated behavior, which blocks you from abusing...
You need to check the logs and see more details when you trigger the open() function. Usually that issue can happen if Credentials Manager is not available on a device....
Feel free to submit a PR, and I'll take a look. Be sure to add the docs in the readme. However I wouldn't change the current API which uses a...
That property cannot be obtained directly from Google JWT, instead you need a special permission to access that information.
I'm not really sure about that. I haven't given a thought about that specific info.
Yes, those are good use-cases. But I'm not really sure that One-Tap API will allow that information through the tokenId. That's the main problem. If you ask me, it's not...
@AnshukumarAk Have you worked with kobweb before?
Hey @timkabot I've just pushed a new release with the Kotlin version updated to 1.9.22. Check it out and let me know. :)
@javad0470 Have you tried updating this library's version to v0.1.1?