Request: Add Full Example ( Doc ) for Google Login Flow with openid-client v6.4 in bare nodejs application. #783
Closed
Be1newinner
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi maintainers 👋,
First off, thank you for maintaining this incredible library.
openid-client
has been a great asset in integrating secure authentication flows.While integrating
[email protected]
with Google OAuth, I found the documentation to be very detailed on individual methods but a bit lacking in terms of a complete, beginner-friendly example that ties everything together for a common use case like Google login using PKCE.I’d love to propose adding the following example to the documentation (or even the examples directory) to help developers new to the library quickly understand the flow from discovery to building an authorization URL:
This snippet covers:
.discovery()
.env
and clean separation of configurationWould it be possible to include this or a refined version of this in the official documentation or examples section? Happy to create a PR if needed.
Thanks again for all your work 🙏
Best,
Vijay kumar
Beta Was this translation helpful? Give feedback.
All reactions