User Login API

User API is a custom web api and database for user authentication, and storing user data. It contains NodeJS server side code, MongoDB database, and Unity demo to show how to access it.

One of the advantage of this type of API is that it can be accessed from multiple platforms that will all share the same users and data. For example you could have a Website, a Unity Game, and a Game Server that all access it to manage or read user data.

Asset Demo Server Structure

Example of Extended Server Structure

This asset is compatible with NetcodePlus, which could be used for your game server. For example you could add some custom code on your server to give rewards or validate the users connecting.

If you have any website (not included in this asset) you would be able to access the API data from it with some simple http requests.

Last updated