Using google oAuth on localhost windows environemtn #1485
Unanswered
rudolfbruder
asked this question in
Support Requests
Replies: 2 comments
-
I don't think there is really a solution, Google only accepts SSL/TLS and they are not the only ones. This is not a nuxtauth question |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree that this isn't a nuxt auth question, but I did set this up for my local development using the devcert npm module. Here's my config -- sorry, I don't have bandwidth to provide support on this issue beyond posting it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I managed to install this package on my project. However I am unable to test it out locally because my nuxt project starts on http://localhost:3000 and google oAuth needs HTTPS address.
I really did not find any way how to perform this locally on windows environment. I managed to do this on my VPS with nginx and reverse proxy etc, but how can I test this out and actually use it locally?
My problem is that I cannot specify the redirect uri to localhost:3000 because google won't accept it and I think what is needed is to actually have https with custom domain name running locally.
Could someone please help me out here?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions