Live data from Hacker News

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

news.ycombinator.com

21–23 of 23 posts

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

#22

Earlier quoted context omitted.

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

huh?

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 take a performance hit, or should I store them in an in-memory store like Redis or Memcached?

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

#23

Earlier quoted context omitted.

> An API Gateway is pretty Quick to set up, but the industry is moving away from it as a concept. Can you elaborate on this?

Seconded - I’d like to hear more behind your reasoning.

Third - I'm in the 'industry' and would like to understand that more.
Post reply on HN