Skip to content

Gandhiakshat/sbc amr sample app#597

Open
AkshatG6 wants to merge 4 commits intogandhiakshat/sbc-amr-mainfrom
gandhiakshat/sbc-amr-sample-app
Open

Gandhiakshat/sbc amr sample app#597
AkshatG6 wants to merge 4 commits intogandhiakshat/sbc-amr-mainfrom
gandhiakshat/sbc-amr-sample-app

Conversation

@AkshatG6
Copy link
Copy Markdown
Contributor

@AkshatG6 AkshatG6 commented Apr 1, 2026

This PR updates the sample app to display all claims in a collective, navigable list rather than showing them individually in the user profile.

@AkshatG6 AkshatG6 requested a review from mdmathias April 1, 2026 23:00
Copy link
Copy Markdown
Collaborator

@mdmathias mdmathias left a comment

Choose a reason for hiding this comment

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

Can you add a video or screenshot?


/// A view that displays a list of ID token claims.
struct ClaimsListView: View {
let claims: [(key: String, value: String)]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why not just make a Claim type with key and value properties?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Or, can you use GIDClaim?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Creating a new Claim type because GIDClaim already exists and is used for requests instead of responses.

@AkshatG6
Copy link
Copy Markdown
Contributor Author

AkshatG6 commented Apr 8, 2026

Can you add a video or screenshot?

image image

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.

2 participants