@chemmangat/msal-next 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Production-grade MSAL authentication library for Next.js App Router with minimal
|
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](./SECURITY.md)
|
|
8
8
|
|
|
9
|
-
> **📦 Current Version: 4.1.
|
|
9
|
+
> **📦 Current Version: 4.1.1** - Production-ready with automatic token refresh and enhanced security
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
@@ -782,6 +782,7 @@ export default function ProfilePage() {
|
|
|
782
782
|
|
|
783
783
|
### Links
|
|
784
784
|
- 📦 [npm Package](https://www.npmjs.com/package/@chemmangat/msal-next)
|
|
785
|
+
- 🚀 [Live Demo](https://github.com/Chemmangat/msal-next-demo) - Sample implementation
|
|
785
786
|
- 🐛 [Report Issues](https://github.com/chemmangat/msal-next/issues)
|
|
786
787
|
- 💬 [Discussions](https://github.com/chemmangat/msal-next/discussions)
|
|
787
788
|
- ⭐ [GitHub Repository](https://github.com/chemmangat/msal-next)
|
package/package.json
CHANGED