-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
password needed even when I'm logged in on the web #33
Comments
Hi David, Can you describe this a little bit further please ? cheers |
Ah ok. I am logged in seeing my tags. I can set / remove passwords for
particular tags (datesets). If one is set, then when I visit that data
(view on web) I am prompted for the password, even though I am logged in as
me to previs.
I know they are different mechanisms, but it's a bit odd to have to enter
the dataset password if I am logged in as the owner of the data.
e.g Vimeo: I can put different passwords on videos, but if I am logged in
to vimeo as the owner of those videos, I don't need to enter the passwords
per video.
David.
…On Mon, 22 Jul 2019 at 09:53, ah548455 ***@***.***> wrote:
Hi David,
Can you describe this a little bit further please ?
We have account passwords and "dataset passwords" For now your comment is
too ambiguous.
cheers
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/mivp/previs/issues/33?email_source=notifications&email_token=ABSWDRMESFXECMQNW4D4XHLQATZIPA5CNFSM4ID4AIY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2OOIHA#issuecomment-513598492>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSWDRPJGYY34XFAJUSUQO3QATZIPANCNFSM4ID4AIYQ>
.
--
*DAVID G BARNES *
Associate Professor & Director
*Monash Immersive Visualisation Platform*
Monash University
Room 329, 20 Research Way, Clayton Campus
Wellington Road
Clayton VIC 3800
Australia
T: +61 3 9905 0749
M: +61 (0)429 647 340
E: [email protected]
platforms.monash.edu/mivp
|
@dbarnes10 The current problem is the viewers are independent with previs. In viewers, we don't know which user is viewing it. I may need a bit of work to add firebase auth to the viewers. |
Ok ignore for now. More importantly how does mushroom access a passwd
protected dataset?
…On Tue, 23 Jul. 2019, 14:50 Toan Nguyen, ***@***.***> wrote:
@dbarnes10 <https://github.com/dbarnes10> The current problem is the
viewers are independent with previs. In viewers, we don't know which user
is viewing it. I may need a bit of work to add firebase auth to the viewers.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/mivp/previs/issues/33?email_source=notifications&email_token=ABSWDRMUCEC6S6HIX73UUALQA2EZZA5CNFSM4ID4AIY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2R5GJI#issuecomment-514052901>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSWDRJLA6SFYLJALHPZBATQA2EZZANCNFSM4ID4AIYQ>
.
|
@daelwarn Have a look at the above please. |
For now, it seems mushroom can access those datasets without restriction, I believe the access mechanism used to retrieve the data isn't protected by previs. |
@dbarnes10 @ah548455 Actually we can achieve it easily by generating a temp key when a user logs in to previs. We then use the temp key to view datasets. I will implement it when having some time. |
mushroom only can access the datasets via an API key (generated for mushroom app). Without the API key, you cannot get datasets' locations |
No description provided.
The text was updated successfully, but these errors were encountered: