Tuesday 1 December 2015

I can build a rest api, how can I authenticate users?

I have built a basic REST API using Express, now I have no clue how can I authenticate users. I want my users to have different roles and permissions based on those roles, what is the best way to approach this problem given that I can't store state on the server according to the REST principles?

Submitted December 01, 2015 at 12:00PM by segmentationfaulter

No comments:

Post a Comment