This chapter shows how to implement mechanisms to authenticate your players. Each player needs an identity. This is an essential step that allows you to distinguish between them, store their attributes, scores, achievements, and enable multiplayer games.
This chapter first implements authentication by PlayFab. It is an important feature, as it is a prerequisite for features discussed in the next chapters.
Azure also provides powerful identity management. You will see how to implement and explore different methods of authentication, ...