-
Notifications
You must be signed in to change notification settings - Fork 76
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
You need to update your example code #130
Comments
hi @cuongdevjs |
yes, cors sometimes happen when I try to get profile users, this process would be implemented on the server side instead. You won't see this if you only get the code or token and send it to the backend (use prop |
thanks for reply @cuongdevjs |
sure, I am using this library through multiple projects and it works well. the lib is absolutely compatible with the newest react version, but in NextJS, please use it with ssr = false, this library only works on the client side. |
Still Getting this error: Cross-Origin-Opener-Policy policy would block the window.closed call. with this implementation: |
having same issue |
access_type=offline
condition is added on 2.6.3so, your google login example code is not working as expected.
I think, you need to delete
offline
option in your google login example.thx.
The text was updated successfully, but these errors were encountered: