-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User authenticity check #1532
Comments
#742 is this correct |
Checkout Restricting Access to Commands |
Good afternoon. I use the Rocketchat server. I need to create a bot. I am new to this topic. We need a bot that will authenticate the user during correspondence through a personal dialogue. The script should check the user with the database automatically, and display the necessary information for the requested command.
An example of dialogue. What it should look like!
I have a bot where he perceives commands, reacts to them. And also the part where the export is from the base. But I can not implement authentication. At the moment, everyone can find out information on each. But it is necessary that the bot checks who writes and provides information only for this user. Who can advise what?
================================================================
Добрый день. Я пользуюсь сервером Rocketchat. Мне необходимо создать бота. Я в этой теме новичок. Нужен бот, который будет проводить проверку подлинности пользователя, при переписке через личный диалог. Скрипт должен проверять пользователя с базой данных автоматически, и выводил необходимую информацию по запрашиваемой команде.
Пример диалога. Как это должно выглядеть!
У меня есть бот, где он воспринимает команды, реагирует на них. А так же часть, где делает экспорт из базы. Но проверку подлинности реализовать не могу. На данный момент, каждый может узнать информацию по каждому. А надо что бы бот, сверял кто пишет и выдавал информацию только по этому пользователю. Кто что может посоветовать?
The text was updated successfully, but these errors were encountered: