Closed
Bug 1274185
Opened 9 years ago
Closed 9 years ago
Use loop-server provided auth token in firebase requests
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: Mardak, Unassigned)
References
Details
(Whiteboard: [akita])
Bug 1274107 adds getting firebase related data from loop-server. This bug is specifically for getting room authentication access so that other users can't access random rooms.
We'll probably want a separate bug for loop-server changes to generate a signed auth token that contains the roomToken.
Additionally, we'll want to make sure there's a firebase rule that does something like:
".read": "$roomToken === auth.roomToken"
where $roomToken is the path variable.
All requests would need need to pass an extra query parameter of "auth" with the signed token from the server.
https://www.firebase.com/docs/rest/guide/user-auth.html
Updated•9 years ago
|
Rank: 19
Priority: -- → P1
Updated•9 years ago
|
Rank: 19 → 22
Comment 1•9 years ago
|
||
Support for Hello/Loop has been discontinued.
https://support.mozilla.org/kb/hello-status
Hence closing the old bugs. Thank you for your support.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•