########################################################################################## VEH-9: Session Tokens are Inefficient ########################################################################################## Issue Type: Bug ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Fixed (2013-10-18 02:00:37) Project: VehMan (VEH) Reported By: btasker Assigned To: btasker Targeted for fix in version: - 1.0.1 Labels: Sessions, Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== Although functioning at the moment (for the purposes of VEH-2), session tokens were designed to minimise the Index size in the Sessions database. At the moment that functionality isn't being utilised. Keys are also not being cryptographically verified at the moment - a search for the key is simply being run against the sessionKeys table. ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2013-10-18 01:37:10 btasker ----------------------------------------------------------------------------------------- Added key verification to auth routine. Will look at adjusting the way the DB is used shortly - functionality can largely mirror the UserKey schema ----------------------------------------------------------------------------------------- 2013-10-18 02:00:20 btasker ----------------------------------------------------------------------------------------- Commit dcdd4e5 implements the required changes ----------------------------------------------------------------------------------------- 2013-10-18 02:00:37 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'Resolved' ----------------------------------------------------------------------------------------- 2013-10-18 02:00:37 ----------------------------------------------------------------------------------------- btasker added 'Fixed' to resolution ----------------------------------------------------------------------------------------- 2013-11-03 00:31:47 ----------------------------------------------------------------------------------------- btasker added '1.0.1' to Fix Version ----------------------------------------------------------------------------------------- 2013-11-10 04:30:48 ----------------------------------------------------------------------------------------- btasker changed status from 'Resolved' to 'Closed'