Replies: 1 comment 2 replies
-
Hi @rbaerisch!
@socsieng feel free to add to this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there :)
I just started playing around with the button and was trying (but failed) to figure out how to make the button behave "lazy".
Currently the button seems to validate the provided JWT immediately.
What I mean with "lazy" is to have some ability to make the button working only if some users shows the intent to actually use it.
like:
Currently (if I got it right) you always need to have some valid JWT when rendering the button - which means we always need to insert the Objects into GPay even if not knowing if it will be requested or not.
Is such a behaviour expected to work somehow?
Thanks Rico
Beta Was this translation helpful? Give feedback.
All reactions