-
Notifications
You must be signed in to change notification settings - Fork 119
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
How should we use the GoogleAdapter? #104
Comments
Also some notes for configuration over on Google:On the Authorized redirect URIs you should specify it this way: https://{your_auth_server_url}/google/callback |
I tried the google adapter with their Lambda example and it worked. Just make sure the subjects format could pass the validation. To get this I have to use zod ( I have also removed the |
Would you mind sharing a small gist on how you used zod validation with Google ? |
If your valibot's version is
to
|
FYI, Switching to zod helped get me past this error.
|
First off hope that this doesn't come off in a bad way, I just couldn't find any documentation indicating how to use the GoogleAdapter, so I followed the example from the terminal.shop and figured this could be a possibility, can anybody review if this is how we should implement the GoogleAdapter?
Looking forward for the documentation, appreciate the work invested in this project!
The text was updated successfully, but these errors were encountered: