‼️ Important question. We want to implement Microsoft authentication inside the chatbot. We went through Microsoft Docs and Discord. No one has done it before.
▶️ Online we saw we could use the @azure/msal-node package and implement some custom code for the authentication but we checked if it was possible to import the MSAL and seems like we don't have access to it as it's not installed. How could we solve this problem having the necessity to import an external package? Is it possible to import packages or could you do it for everyone?
Thanks in advance