Faith Odonghanro
Faith Odonghanro
Getting the exact same error. And removing the Content tag works for me. I guess your question gave me my answer. Those yellow box warnings are really annoying, anything to...
Good question. Default orientation for flex containers is **column**. Can't be having to change one's orientation to **row**.
I tried this out. I don't get any errors related to the whole authentication flow **(InternalOAuthError** in this case). I do get the user profile information back, and see it...
Hi, If you can post the exact error for more insight.
Sorry for the late reply, really busy. Ok, so I'm unable to replicate this, I really can't seem to figure out what the issue is. Everything goes smoothly. Also, for...
Hi @highviewstudios, best to store it as an environment variable on your deployment server, and access it via `process.env.GOOGLE__API_KEY` in your application code or something like that. Storing it in...
I hope I understand you here. So the token (which is the authorization **code**) is different from the access token. The access token can be used to access the details...
Duplicate of #67
Hello, The `userProfileURL` option is not really necessary though, passport has a default url if you do not pass one, which is exactly the same one you're suggesting in version...
Thanks a lot @zhad3 . Had me pulling my hair out. Used 12.1 because it seemed to align in terms of when SpringBoot 2.7.7 came out.