Live data from Hacker News

Viewing profile — rp2684

rp2684

HN member
Joined
Mon, Mar 11, 2019, 12:35 PM UTC
HN karma
3
Public activity
8 items

About rp2684

No profile information was provided.

Recent public activity

  1. comment
    Comment #22365175

    In this case, you would have to use rotating refresh tokens ( https://tools.ietf.org/html/rfc6819#section-5.2.2.3 ). They are essentially one-time use refresh tokens and help in to…

  2. comment
    Comment #22336408

    This problem will also exist if an opaque token is used instead of a JWT (as long as a refresh token is being used). Now you may argue that we don't need to use refresh tokens beca…

  3. comment
    Comment #22336398

    A way to solve this issue would be to synchronise around refresh API calls. This way, parallel refresh calls will never happen, and in fact, you need to even do the 2nd onwards ref…

  4. comment
    Comment #22158079

    One very important aspect of authentication is session management. Doing this wrong (or naively), can have catastrophic effects for your app!! Let me provide an example: It's commo…

  5. comment
    Comment #19449395

    Cheers! Glad to help. If you want to discuss your idea specifically, you can DM me on reddit: @ilovefunctions

  6. comment
    Comment #19444719

    I'm not sure what you mean by tools. But I go about structuring my ideas in the following way (at least for software related ideas.): First, I do secondary research about the idea.…

  7. story
    Making research papers easier for people to understand. What do you think?

    So we all know how painful it can be to understand research papers. So I was thinking of creating this tool that allows people who have read a research paper to connect with each o…

  8. story