Skip to content
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

fix: adding missing field token_type from AuthResult. #1907

Merged

Conversation

CesarD
Copy link
Contributor

@CesarD CesarD commented Feb 22, 2024

Fixes #1906

Copy link
Contributor

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems right 👍
I verified the result, and it includes a token_type.

{
    "id_token": "eyJhbGciOiJS...",
    "expires_in": 900,
    // 👇 in included in the result
    "token_type": "Bearer",
    "refresh_token": "39BE770E1D5DA2E62FAC39DAE9D6B9993D35B7F69AA232F7832E698ABE9DF864",
    "scope": "openid profile email taler_api offline_access",
    "state": "554f479d282e6f90119778c2aec1ea4899q2Kdn2K",
    "session_state": "riwVQlGfo5PRKJiFYOFLdYHnNb6Vi8q8lJF4X2he7JA.9B7DE352FB55824B7159504AB024299B"
}

@FabianGosebrink FabianGosebrink merged commit ed8092f into damienbod:main Mar 8, 2024
10 checks passed
@CesarD CesarD deleted the fix/missing_AuthResult_token_type branch March 9, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Missing field token_type in AuthResult
3 participants