Skip to content

Release 6.0.0#13

Open
nodh wants to merge 5 commits into
feature/status-list-fixfrom
feature/vck-6.0.0
Open

Release 6.0.0#13
nodh wants to merge 5 commits into
feature/status-list-fixfrom
feature/vck-6.0.0

Conversation

@nodh

@nodh nodh commented Jun 26, 2026

Copy link
Copy Markdown
Member

Fixes login option with a mobile Wallet, updates to VC-K 6.0.0 (RC2)

@nodh nodh requested a review from JesusMcCloud June 26, 2026 09:16
@nodh nodh self-assigned this Jun 26, 2026

@JesusMcCloud JesusMcCloud left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't like N/A, but that may be a limitation we can't work around?

Comment on lines +53 to 60
@Transient
val firstname = credentials?.firstNotNullOfOrNull { it.getGivenName() } ?: "N/A"

@Transient
val lastname = credentials?.firstNotNullOfOrNull { it.getFamilyName() } ?: "N/A"

@Transient
val imageDataBase64 = credentials?.firstNotNullOfOrNull { it.getPortrait() }?.toImage()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can't we make those properly nullable instead of N/A?

Comment on lines +9 to 12
fun URL.appendPath(path: String): String = UriComponentsBuilder.fromUri(toURI()).apply {
replacePath("${toURI().path.trimEnd('/')}/${path.trimStart('/')}")
}.toUriString()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seems familiar. Maybe this should go somewhere re-usable. VC-K, maybe?

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