Closed
Bug 1025869
Opened 11 years ago
Closed 11 years ago
Loop server is storing some DB keys with a dup user HMAC
Categories
(Hello (Loop) :: Server, defect)
Hello (Loop)
Server
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ferjm, Assigned: alexis+bugs)
References
Details
(Whiteboard: [qa-])
It seems that we are doing an extra HMAC for the user ID before storing things in the DB. For example, for the POST /registration call the result is:
1) "spurl.c033d393be4536..."
2) "hawkuser.6930ac67c5..."
3) "hawk.6930ac67c5..."
when it should be:
1) "spurl.6930ac67c5..."
2) "hawkuser.6930ac67c5..."
3) "hawk.6930ac67c5..."
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → alexis+bugs
Assignee | ||
Comment 1•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•