Make Login? How to identify and process depending on what the client says? #272
Answered
by
jchristn
SnowdenDev
asked this question in
Q&A
-
**I have a server and a client, the client sends the username and password of a login to the server, how do I make the server recognize that it is a login and execute a function?I understand that using dictionary receives a Sting and an object, so I don't understand how to use this on the server and the client, check the examples, but I can't find what I'm looking for!** |
Beta Was this translation helpful? Give feedback.
Answered by
jchristn
Sep 25, 2023
Replies: 1 comment
-
Hi @SnowdenDev how are you sending the username and password? Best practice would be similar to what I mentioned in the other discussion here. I see you added a comment, so I'll go back and reply there! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SnowdenDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SnowdenDev how are you sending the username and password? Best practice would be similar to what I mentioned in the other discussion here. I see you added a comment, so I'll go back and reply there!