Azure-Samples / active-directory-node-webapi

A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
105 stars 64 forks source link

Upgrade to Restify 5 #24

Closed blandine closed 4 years ago

blandine commented 6 years ago

Restify has removed the CORS part from the core library in version 5. The restify cors middleware plugin must be used instead. (cf restify migration doc)

It would be nice to upgrade this sample with the new version of Restify. Thanks :)

derisen commented 4 years ago

Closing this issue as there's a more recent sample here