Forum Multiplayer Can someone send a Authentication Login and register form

Discussion and help relating to the PlayerIO Multiplayer API.

Can someone send a Authentication Login and register form

Postby noarsin » January 7th, 2019, 12:48 pm

i can't make it its pretty hard to me to figured it can someone send a source for it plz?
noarsin
 
Posts: 4
Joined: December 8th, 2018, 2:59 pm

Re: Can someone send a Authentication Login and register for

Postby Henrik » January 13th, 2019, 8:53 pm

What part is hard? Making input fields for the user to type in a username and a password? Or grabbing what the user typed in and sending it to PlayerIO?
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: Can someone send a Authentication Login and register for

Postby qugengames » February 10th, 2019, 10:52 pm

noarsin wrote:i can't make it its pretty hard to me to figured it can someone send a source for it plz?

I'll try to help but you have to explain further your need,
Do you want to implement an Authentication Login procedure?
PlayerIO is about sending messages from Server to Client,
Have you covered the basics?
Are you able to send messages from Server to Clients and Clients back to Server already?

This is essential before you move on,
Implementing an authentication mechanism is about sending messages back and forth from server client and server validating the information and sending back a message to the client if validated or not, but it's hard to explain as it's not clear where you stand at,

Thanks
qugengames
 
Posts: 36
Joined: April 24th, 2018, 11:19 pm


Return to Multiplayer