Skip to content

NFC-163 Improve .NET example flow session handling and cleanup#70

Open
SanderKondratjevNortal wants to merge 1 commit into
web-eid-mobilefrom
NFC-163
Open

NFC-163 Improve .NET example flow session handling and cleanup#70
SanderKondratjevNortal wants to merge 1 commit into
web-eid-mobilefrom
NFC-163

Conversation

@SanderKondratjevNortal
Copy link
Copy Markdown

Signed-off-by: Sander KondratjevSander.Kondratjev@Nortal.com

await SignInUser(dto.AuthToken);
return Ok();
}
catch (InvalidOperationException)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing or expired nonce will cause an AuthTokenException, better to catch these as well or we will still have a 500.

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