Live data from Hacker News

Viewing profile — 1337badger

1337badger

HN member
Joined
Thu, Sep 11, 2014, 12:17 PM UTC
HN karma
2
Public activity
5 items

About 1337badger

No profile information was provided.

Recent public activity

  1. comment
    Comment #8302750

    I am referring to the application you are writing

  2. comment
    Comment #8302603

    It really depends, it will purge on browser close yes but it still allows access that make not have been intended by your application for use by others also the refresh token may a…

  3. comment
    Comment #8302589

    Usually the token kept in memory is one distributed by the application and is not that which the services send back. This allows greater restriction on actions and make it far easi…

  4. comment
    Comment #8302175

    From what I gather you are leaving the api_tokens for the services in local memory. This means that the user or anyone else that can get there hands on the token can act on the ser…

  5. comment
    Comment #8302110

    This is a terrible idea that is full of security holes! If you can call having paper-thin pseudo security a hole.