Skip to content

Conversation

@theomonnom
Copy link
Member

No description provided.

@theomonnom theomonnom requested a review from davidzhao November 14, 2023 07:17
)

video_dict = {camel_to_snake(k): v for k, v in claims["video"].items()}
video_dict = claims.get("video", dict())
Copy link
Member Author

Choose a reason for hiding this comment

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

default the value here

identity=claims["sub"],
name=claims["name"],
return Claims(
identity=claims.get("sub", ""),
Copy link
Member Author

Choose a reason for hiding this comment

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

and here

Copy link
Member Author

@theomonnom theomonnom left a comment

Choose a reason for hiding this comment

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

/

@theomonnom theomonnom merged commit 0c461f3 into main Nov 14, 2023
@theomonnom theomonnom deleted the theo/example_fix branch November 14, 2023 07:18
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.

3 participants