πŸ—οΈ Authentication

Verify and identify your players!

Authentication is a required feature for most games:
1) The game must recognize the users.
2) Check if they have permission to play.
3) Make sure their previous progress is delivered to them.

Pley's solution for authentication is called AuthKit.

What is AuthKit?

Before talking about Authkit, it is important to understand that users playing your game on the web aren't always registered users. Pley is an ultra-accessible platform meaning a player can access any game on the Pley platform at any time from any browser. Your game can be played by users that aren't logged in or even signed up to the Pley platform. This is where AuthKit comes in; it helps you verify and authenticate users on the Pley platform when required. It does so by hooking up to your backend and providing access to Pley's backend to verify any user logged in on the platform.

πŸ—οΈ AuthKit

πŸ“˜

Game Unique

Authentication is handled differently game-to-game. Pley is happy to help with custom authentication solutions if it would be needed. Contact us through discord!


What’s Next