Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

95 #6400

Closed
wants to merge 2 commits into from
Closed

95 #6400

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/actions/issue_template_bot/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports =
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
(() => { // webpackBootstrap
var __webpack_modules__ = ({

/***/ 7351:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
7351:
(function(__unused_webpack_module, exports, __webpack_require__) {

"use strict";

Expand Down Expand Up @@ -86,10 +86,10 @@ function escapeProperty(s) {
}
//# sourceMappingURL=command.js.map

/***/ }),
}),

/***/ 2186:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2186:
(function(__unused_webpack_module, exports, __webpack_require__) {

"use strict";

Expand Down Expand Up @@ -14195,4 +14195,4 @@ module.exports = require("zlib");
/******/ // Load entry module and return exports
/******/ return __webpack_require__(9341);
/******/ })()
;
;
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Microsoft Authentication Library for JavaScript (MSAL.js)
Microsoft Authentication Library for JavaScript (MSAL.js)

The Microsoft Authentication Library for JavaScript enables both client-side and server-side JavaScript applications to authenticate users using [Azure AD](https://docs.microsoft.com/azure/active-directory/develop/v2-overview) for work and school accounts (AAD), Microsoft personal accounts (MSA), and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc. through [Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/active-directory-b2c-overview#identity-providers) service. It also enables your app to get tokens to access [Microsoft Cloud](https://www.microsoft.com/enterprise) services such as [Microsoft Graph](https://graph.microsoft.io).

## Repository
Repository

### Core and wrapper libraries
Core and wrapper libraries

The [`lib`](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib) folder contains the source code for our libraries in active development. You will also find all the details about **installing the libraries** in their respective README.md.

Expand Down Expand Up @@ -50,11 +50,11 @@ The [`samples`](https://github.com/AzureAD/microsoft-authentication-library-for-

All of our libraries follow [semantic versioning](https://semver.org). We recommend using the latest version of each library to ensure you have the latest security patches and bug fixes.

## Roadmap
Roadmap

Please check the [roadmap](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/roadmap.md) to see what we are working on and what we have planned for future releases.

## Community Help and Support
Community Help and Support

- [GitHub Issues](../../issues) is the best place to ask questions, report bugs, and new request features.

Expand Down