Skip to content

GetCurrentAuthenticationTicket() should not mutate DB state #74

@mtornwall

Description

@mtornwall

AuthenticationTicketService.GetCurrentAuthenticationTicket() should not mutate database state. Currently it deletes expired tickets and extends the expiry time. This quickly turns bad if an app (reasonably) assumes idempotency of GetCurrentAuthenticationTicket() and calls it during view model dirty checking.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions