I have requirement for MSAL integration using Kotl...
# javascript
v
I have requirement for MSAL integration using Kotlin multi platform compose web. I have created a project using KMM wizard targeting web and iOS. As there is no official plugin for MSAL, tried to integrate MSAL.js for web project inside wasmJsMain and MSAL Swift lib for iOS. i am able to integrate MSAL swift for iOS. But i stuck with integrating MSAL.js for web. Can anyone implemented this feature? if yes, could you please help on steps to achieve this?