Azure Authorization modules for JavaScript
Overview
Azure App Service Authentication / Authorization is a feature that provides a way for your application to sign in users so that code doesn't have to be changed on the app backend. Authorization provides an easy way to protect your application and work with per-user data.
Management package
Use npm to install the Azure Authorization modules for JavaScript
Install the npm module
Install the Azure authorization npm module
npm install @azure/arm-authorization
Samples
Examples for using this module in Node.js as well as browser applications can be found in the README for the module
For more code samples that use various Azure packages, explore the JavaScript samples.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript