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
I try to use OAuth2 with Google
oauth2_client = OAuth2::Client.new( "www.googleapis.com", client_id, client_secret, token_uri: "/oauth2/v4/token", redirect_uri: redirect_uri ) oauth2_client.get_access_token_using_authorization_code(authorization_code)
Regarding this page, section Exchange authorization code for refresh and access tokens
Note: Your application should ignore any unrecognized fields included in the response.
here
Uknown key in access token json: id_token (Exception) 0x69c7a7: new at /opt/crystal/src/oauth2/access_token/access_token.cr 24:9
The text was updated successfully, but these errors were encountered:
I will try to remove raise of exception and send PR if it works with google
Sorry, something went wrong.
@msa7 Don't worry, I'll fix it in some minutes
3109923
ah... I want my first commit to Crystal :-) Thanks
@msa7 There's an issue label for some simple low-hanging issues to get started contributing to crystal.
No branches or pull requests
I try to use OAuth2 with Google
Regarding this page, section Exchange authorization code for refresh and access tokens
here
The text was updated successfully, but these errors were encountered: