Skip to content

Commit 8628134

Browse files
committed
Update readmes based on feedback
1 parent ea44678 commit 8628134

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The [`lib`](https://github.com/AzureAD/microsoft-authentication-library-for-js/t
4343

4444
**Disambiguation:**
4545
- The MSAL team provides full support to the current version for each package in the table below.
46-
- LTS (long-term support) versions will still receive support and bug-fixes but will not ship new features.
46+
- LTS (long-term support) versions will still receive some support and critical bug-fixes but will not ship new features. Our recommendation if you encounter any issues will always be to upgrade to the latest version of the library.
4747
- All supported packages were brought up to version parity as of `v5`. Packages with versions lower than `v4` in the LTS column skipped as many versions as required to jump directly to `v5`.
4848

4949
#### MSAL Browser CDN Deprecation

lib/msal-browser/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The MSAL library for JavaScript enables client-side JavaScript applications to a
3434

3535
The `@azure/msal-browser` package described by the code in this folder uses the [`@azure/msal-common` package](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-common) as a dependency to enable authentication in JavaScript Single-Page Applications without backend servers. This version of the library uses the OAuth 2.0 Authorization Code Flow with PKCE. To read more about this protocol, as well as the differences between implicit flow and authorization code flow, see the section [below](#implicit-flow-vs-authorization-code-flow-with-pkce).
3636

37+
The `@azure/msal-browser` package **does NOT** support the implicit flow.
38+
3739

3840
## FAQ
3941

@@ -142,7 +144,7 @@ npm test
142144
npm run test:coverage
143145
```
144146

145-
## Authorization Code Flow with Proof Key for Code Exchange
147+
## Authorization Code Flow with Proof Key for Code Exchange (PKCE)
146148

147149
`@azure/msal-browser` implements the [OAuth 2.0 Authorization Code Flow with PKCE](https://tools.ietf.org/html/rfc7636) for browser-based applications.
148150

0 commit comments

Comments
 (0)