npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@bobleujr/msal-common

v7.6.1

Published

Microsoft Authentication Library for js

Downloads

13

Readme

Microsoft Authentication Library for JavaScript (MSAL.js) Common Protocols Package

npm version npm version codecov

| Getting Started | AAD Docs | Library Reference | | --- | --- | --- |

  1. About
  2. FAQ
  3. Changelog
  4. Releases
  5. Prerequisites and Usage
  6. Installation
  7. Security Reporting
  8. License
  9. Code of Conduct

About

The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using Azure AD work and school accounts (AAD), Microsoft personal accounts (MSA) and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc. through Azure AD B2C service. It also enables your app to get tokens to access Microsoft Cloud services such as Microsoft Graph.

The @bobleujr/msal-common package described by the code in this folder serves as a common package dependency for the @azure/msal-browser package (and in the future, the msal-node package). Be aware that this is an internal library, and is subject to frequent change. It is not meant for production consumption by itself.

FAQ

See here.

Releases

Expect us to detail our major and minor releases moving forward, while leaving out our patch releases. Patch release notes can be found in our change log.

| Date | Release | Announcement | Main features | | ------| ------- | ---------| --------- | | August 4, 2020 | @bobleujr/msal-common v1.1.0 | Release Notes | July 20, 2020 | @bobleujr/msal-common v1.0.0 | Release Notes | Full release version of the @bobleujr/msal-common | | May 11, 2020 | @bobleujr/msal-common v1.0.0-beta | Beta version of the @bobleujr/msal-common package | | January 17, 2020 | @bobleujr/msal-common v1.0.0-alpha | No release notes yet | Alpha version of the @bobleujr/msal-common package with authorization code flow for SPAs working in dev. |

Prerequisites and Usage

This library is not meant for production use. Please use one of these packages specific to the platform you are developing for:

Installation

Via NPM:

npm install @bobleujr/msal-common

Security Reporting

If you find a security issue with our libraries or services please report it to [email protected] with as much detail as possible. Your submission may be eligible for a bounty through the Microsoft Bounty program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly upon receiving the information. We encourage you to get notifications of when security incidents occur by visiting this page and subscribing to Security Advisory Alerts.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License (the "License");

We Value and Adhere to the Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.