P
P
ProgramDevel2020-10-09 08:53:32
Unity
ProgramDevel, 2020-10-09 08:53:32

How to do Registration and Authorization in Unity WEB GL?

How to do Registration and Authorization in Unity WEB GL?
Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rag'n' Code Man, 2020-10-11
@iDmitriyWinX

The platform does not matter, your application is just a client that receives or sends data, everything else happens on the server.
You can use NodeJS, Python, PHP, Go to write a server.
On the client, simply take data from the login and password fields, send them to the server and do something with it there, and then return the result to the client, for example, whether the login was successful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question