Live data from Hacker News

Viewing profile — etherealkatana

etherealkatana

HN member
Joined
Wed, Jun 06, 2018, 8:16 AM UTC
HN karma
13
Public activity
7 items

About etherealkatana

No profile information was provided.

Recent public activity

  1. comment
    Comment #25456184

    Is there an alternative? As a student, this was a stable source of income for me.

  2. story
  3. comment
    Comment #18805200

    Sorry wrong wording there. I'm currently using Golang (so, no DRF) and I don't want to use Firebase. My question was if I just stored the session tokens in the Postgres DB, will it…

  4. comment
    Comment #18804520

    I would prefer a scalable solution. Go with PostgreSQL is my current stack.

  5. comment
    Comment #18801560

    I agree, and I was thinking of using go-jwt but given the bad rap it has received here https://news.ycombinator.com/item?id=13865459 and here https://news.ycombinator.com/item?id=1…

  6. comment
    Comment #18801533

    Can you please elaborate on this?

  7. story
    Ask HN: What is the best way to add authentication to REST API (for mobile)?

    Newbie Question: What is a secure and accepted way for authentication and authorisation of REST API endpoint for mobile and SPA's? A google search usually yields JWT but from what …