Thursday, 25 May 2017

Implement an authorization layer for your restify API endpoints

I am pretty new to restify and nodejs in general. I am attempting to build a rest api using restify and nodejs, and I need to implement an authorization layer, or middleware if you will, that validates that the user is authorized to access a particular endpoint. I have found a lot of information on how to do this using the Express framework, but so far nothing helpful for Restify.

Can anyone please provide me some guidance on how to do this?



via user3010617

No comments:

Post a Comment