UPDATE:
Describe the bug
When I create two recordings with the same application id using the python SDK, only a single recording is shown in the viewer.
To Reproduce
import rerun as rr
rr.init("test", spawn=True)
rr.init("test", spawn=True)
Expected behavior
The viewer should show two recordings with the application id "test"
Screenshots
It only shows a single recording

Rerun version
0.9
UPDATE:
authkey()should be opt-in #3793 (comment)Describe the bug
When I create two recordings with the same application id using the python SDK, only a single recording is shown in the viewer.
To Reproduce
Expected behavior
The viewer should show two recordings with the application id "test"
Screenshots

It only shows a single recording
Rerun version
0.9