GithubHelp home page GithubHelp logo

Comments (1)

crouvpony47 avatar crouvpony47 commented on September 19, 2024

Unfortunately, you can't view another person's submissions inbox, so some account switching is inevitable in your use case.

I have not considered account switching to be something you'd ever want to do frequently, so right now it's kinda hard to do. There are some plans for improving the authorization flow that will also make switching easier, I will update this issue when it's ready.

What's possible to do as of v.0.5.3.x:

To log out manually you can launch Internet Explorer (not Edge, if you have no shortcuts to it use Launch (win+R) -> iexplore.exe ), press Ctrl+Shift+Delete and clear the cookies. The next time you launch furdown it should ask for your credentials again.

You can also set up two batch scripts for launching with different credentials, having extracted the "User-Agent" and "Cookies" values from some browsers where you are logged in already. The scripts may look something like:

@echo off
SET FURDOWN_USERAGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:****) ******** Firefox/85.0
SET FURDOWN_COOKIES=b=****************; a=*****************; sz=**********; ************
furdown.exe

But there is a fatal flaw: when someone decides to DDoS the site once again and the aggressive Cloudflare protection kicks in, the cookies will have an extremely short lifetime - far too short to be practical.

from furdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.