Password checking should be done asynchronously #1
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	
	
	
Priority: Critical
		
			Priority: High
		
			Priority: Low
		
			Priority: Medium
		
			Status: Blocked
		
			Status: In Progress
		
			Status: Pending
		
			Status: Review Needed
		
			Status: Revision Needed
		
			Tech: Database
		
			Tech: Library
		
			Tech: Security
		
			Tech: vibe.d
		
			Type: Bug
		
			Type: Enhancement
		
			Type: Maintenance
		
			Type: Question
		
			Type: Upstream Bug
		
		
	
	No project
	
		
	
	
	
	
		No assignees
		
	
	
		
			
		
	
	
	
		1 participant
	
	
		
		
	Notifications
	
		
	
	
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
		Reference: fsimphy/calendar-webapp#1
		
	
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
In order to increse the responsiveness of the application, checking passwords should be done asynchronously.
Description
As a user, I want the application to be responsive even if somebody else is currently logging into the application.
Acceptance criteria
vibe.d's functinality to do calculations asynchronously should be used.