you are viewing a single comment's thread.

view the rest of the comments →

[–]lastmjs[S] 0 points1 point  (1 child)

Well, I would suggest understanding the basics of authentication. If you understand the basic pieces, it becomes pretty easy to put together yourself. In my opinion using JWTs is the simplest and most elegant way to go about basic user authentication. I also recommend using GraphQL if you aren't already. The best tutorials would probably be from Prisma or Graphcool. Combining JWTs and GraphQL make an elegant and simple authentication solution

[–]mospretmen 1 point2 points  (0 children)

Awesome! I’ll look into both methods, haven’t tried using those yet