-1

Guy try http://vacate.ml It will sign you out from the web applications that you are currently signedin. Give star if you like it

Comments
  • 0
    @Floydian Yes. It just logs you out from those selected services (only from that browser client) if you have logged in. It will be very helpful if you are not sure whether you have logged out or not. Mostly used if you use shared computer/ College PC, friends Pc/ internet cafe etc
  • 1
    Look like a rather nice idea there mate, good luck
  • 0
    @Floydian it's a good idea. But the additional feature is not possible because you need to use user permission like a token to make actions on behalf of the user. All the API are subjected to CORS so it is not possible.
  • 0
    @Floydian I agree with you. But only few saas services provide public Apis. So we can provide services only for those.
  • 1
    Ummmm... How does it work tho? The fact that your site can log me out from, twitter for example, is quite scary.
  • 0
    @Froot don't worry. It works by clean hack
  • 0
    @Bharathvaj I'm sorry but that doesn't inspire any confidence πŸ˜„

    I have a look at your repo, I saw there was a github link a the top
  • 0
    Ooookay, from my brief overview of the source it doesn't seem to do anything. Basically you choose the sites you want to log out from and it just shows a popup with "yay you logged out" aaaaaaand that's it. Interesting πŸ˜„
  • 0
    @Froot it appears to be nothing. But internally it is making a logout API request to the selected apps πŸ˜…
  • 0
    @Bharathvaj "internally"? Doesn't show up anywhere in the code, the logout method you have didn't do anything but show a notification.

    Also, it would probablly run into cors if it made these requests. Sites like those don't really want random third party sites making requests on their users' behalf. And for good reason, it's dangerous
  • 0
    @Froot The hack here is making API request without getting into CORSπŸ˜€
  • 0
    @Bharathvaj Cool. So it's magic and fairy dust. I can dig that...
  • 1
    @Froot it just call the logout URL for each page (See: https://github.com/bharathvaj1995/...)
  • 0
    @Sarcaxxo huh. I must be really bad at reading Vue because I saw no mention of any calls being made. O well
  • 0
Add Comment