You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought setting the SubVerifierType of .installed meant it would check if the Twitter app was installed, or Reddit, or Facebook etc. It just seems to be ignored with no errors or warnings.
Looking through the code it looks like its only implemented inside the Google handler. Is this by design, is it only possible with google, or is this a missing feature?
If its a google-only feature, then it shouldn't be possible to assign .installed to the rest as its just confusing and messy
The text was updated successfully, but these errors were encountered:
Yes. Google OAuth allows to create web, iOS and android specific applications. Hence the .installed parameter. And it is only valid for google.
I will add the validation for to reject in other cases. Thanks
I thought setting the SubVerifierType of
.installed
meant it would check if the Twitter app was installed, or Reddit, or Facebook etc. It just seems to be ignored with no errors or warnings.Looking through the code it looks like its only implemented inside the Google handler. Is this by design, is it only possible with google, or is this a missing feature?
If its a google-only feature, then it shouldn't be possible to assign
.installed
to the rest as its just confusing and messyThe text was updated successfully, but these errors were encountered: