-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] PWA-AUTH unable to login with Google #2950
Comments
Hi thanks for submitting this inquiry. I think this would be better suited for our Discord community linked here. Our Discord community is broken down into three larger categories: getting started, building out your PWA, and packaging your PWA. There are plenty of really helpful community members and mods that will be able to help answer your questions and guide you through your PWABuiling journey :) |
I've already asked the question on the discord before (even tho it wasn't so detailed as described here). No replies have been given. |
I believe this should not be closed. I would try to summarize the situation as per my understanding.
At least inclusion of this key is required for pwa-auth to work for google for anyone who has registered their app recently. Eventually the client library needs to be updated to GSI library. But that would need some thoughts specially because it gives no programmatic api to signin directly and instead renders its own html button. I will try to expand this comment with links to relevant pages in google's docs |
Tho I see by looking at the examples provided by PWABuilder that they work, either I've written something wrong or I don't know. Tried with Facebook and after enabling some stuff (not listened in the tutorial) and it works. |
Hemm. Sorry for bothering you, but I'm still waiting for some kind of response. Thanks in advance. |
Hello @TelegramXPlus ! We can get to this but since we have a lot of other priorities this sprint it may take us some time. However, if you are interested and willing to make the necessary updates and submit a PR, we would really appreciate it! |
This issue has been automatically marked as "no-recent-activity" because it requires author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days. |
What happened?
I was trying to create a simple login page using pwa-auth cdn. Looked at the md tutorial provided by the page (even tho it seems to be kind of old but I'm not sure, just the theme has changed). I'm working on localhost with default port of 5000 with a route called login, so I added to the allowed JS origins http://localhost:5000 and (even if not needed) https://localhost:5000. It keeps giving me
Uncaught error "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the [Migration Guide](https://developers.google.com/identity/gsi/web/guides/gis-migration) for more information."
How do we reproduce the behavior?
What do you expect to happen?
No response
What environment were you using?
OS: Windows 10
Browser: [brave]
Browser Version: 1.38.115 Chromium: 101.0.4951.64 (Official Build) (64-bit)
Additional context
No response
The text was updated successfully, but these errors were encountered: