Last time, we created a little example server to demonstrate computed properties. Now, we will extend that example with basic authentication using the popular Passport module and using the example server as an express.js router middleware. Include Passport First, we need to import some extra modules: [crayon-59f73ae68a394616084870/] As you can notice, we imported new features […]
The post JayStack OData V4 Server – basic authentication appeared first on JayStack.