We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module: 5.0.0-1667386184.dfbbb54 nuxt: 2.14.12
strategies: { google: { clientId: 'xxxxx', codeChallengeMethod: '', responseType: 'code', endpoints: { token: { url: 'http://localhost:3002/auth/google/redirect', method: 'get' } } } }
After login with google token call must be done
When I use the object {url:... , method: ....} is not calling to the url
I need define the method cause I need a GET instead a POST(default with string mode)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
module: 5.0.0-1667386184.dfbbb54
nuxt: 2.14.12
Nuxt configuration
Nuxt configuration
What is expected?
After login with google token call must be done
What is actually happening?
When I use the object {url:... , method: ....} is not calling to the url
I need define the method cause I need a GET instead a POST(default with string mode)
Additional information
Checklist
The text was updated successfully, but these errors were encountered: