Y
Hacker News
new
|
ask
|
show
|
jobs
by
CraftThatBlock
3593 days ago
To get started on all of this, is there any boiler plates with auth built-in to take a look instead of reimplementing everything from the base up?
2 comments
mooshe
3593 days ago
You could use something like Django as an API for React to hit. It has user auth, and if you use django-rest-framework it works flawlessly with React/webpack
link
xackpot
3592 days ago
Are you open to using parse-server? It has good auth API's built in.
link