Login screen
hello, i am trying to make a login screen for a Whatsup app i am making so how do i actually allow the game to recognize your specific username and password and i need help with all of the login screen actually
Thanks, kaish
hello, i am trying to make a login screen for a Whatsup app i am making so how do i actually allow the game to recognize your specific username and password and i need help with all of the login screen actually
Thanks, kaish
It wouldn't make sense to have a user log in with their MicroStudio username and password, because the server could do anything with that information. I don't think MicroStudio supports OAuth, but if it does, you could use that. Otherwise, the server should have its own set of accounts and secure login system. I recommend you look at JavaScript libraries for authorization and/or access token generation.
Ok got it but can you tell me if you find the ability to do that