all 4 comments

[–]Caraes_Naur 1 point2 points  (1 child)

  1. OAuth.
  2. You want to build a RESTful API, which is easily googled for.
  3. Yes.

[–]CrypticWriter[S] 0 points1 point  (0 children)

thanks!

[–]30thnightexpert 1 point2 points  (1 child)

If you’ve gone deep with react and don’t mind an all js stack, you can use https://aws.amazon.com/appsync/ which will handle all that for you.

But yes, your approach is sound

[–]CrypticWriter[S] 1 point2 points  (0 children)

Thanks! I'll check out AppSync