I am creating a bot system for banking operations, and I need to authenticate the user before providing him any details. If the bot is idle for 5 minutes, I need the user to re-authenticate before proceeding.
I am using Microsoft Bot and LUIS framework to develop BOT. Can someone help me with this problem?
Directly authenticating the user through the chat window is not recommended, and in such cases you will need to use magic codes for authentication. Consider using a third template there , which is safe enough.
You must use a signin card to guarantee user authentication and you know the user. You must avoid to ask the user to enter their credentials in the chat. During downtime, you can use the middleware component to intercept all messages from the user and view the last time he sent a message to the bot.
Source: https://habr.com/ru/post/1686234/More articles:How to pass uninitialized array from VB6 to .NET via COM? - .netHow to get user authentication information through the Skype for Business channel in Microsoft Bot Framework - authenticationWhere does C ++ store size array size? - c ++User Authentication by Channel in Microsoft bot Framework - botsКанал Skype для бизнеса неверно передает аутентификационные данные - botframeworkhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1686235/modify-arguments-to-typingnamedtuple-prior-to-instance-creation&usg=ALkJrhgxWprmqZ0JLA3KipZtOXiUmBMM1ADebugging Crystal with GDB - debuggingJava9 for Solaris X64 - OracleJulia - why loops are faster - performanceBizTalk 2016: using an HTTP token adapter with an API token - biztalkAll Articles