Closed tdiprima closed 7 years ago
https://github.com/camicroscope/Security
Did you compete Step 1 and obtain the tokens from Google?
Nope. Didn't know about 'em because I'm going off the instructions in quip_distro
. We should probably add a link to those instructions, and anything else the user wouldn't know about without a priori knowledge.
Because that's the first thing they're going to get hit with, is that error, if they don't see those instructions.
In a case where a person is trying out this software stack on their local machine, could you tell me how they can turn security off? I asked @bridge2014 , and he recommended I ask @lastlegion . Thanks!
I just saw the commit to unsecure
just now. Thank you for the README link @lastlegion. I'm sorry about that; I missed it.
I followed the instructions and it's still requiring authentication. Next, I restarted the container and verified that both files were still updated. And it's still requiring authentication.
What was the problem and what was the resolution?
@sharmaashish I'm glad you asked.
We originally said you had to edit two files in Docker container quip-viewer
:
Some info was missing from our instructions:
if (!isset($_SESSION["api_key"])) { ... }
./select.php
to bypass the authentication.Since then, @lastlegion has very nicely made it easier for the user, so that all you have to do is toggle it on and off.
Hope this helps.
I'm running
quip_distro
on Ubuntu 16. Open uphttp://localhost/
in Chrome, and you get this error. I'm looking online for solutions. According to stackoverflow, one of the things it says is to make sure there are no spaces inclient_id
orsecret
.Can someone please tell me which code set is doing the authentication? @lastlegion @sharmaashish