This course has been archived and is no longer supported. For our latest courses on web development or HTML5 game development, consider trying our evergreen curriculums with a 1-Year Unlimited Access Package.
Master user authentication flows for multiplayer Phaser games by adding your own login system directly in your game client. Whether you’re looking to secure your games or need to integrate MongoDB database functionality, you will learn how to create various scenes in Phaser from where you can call routes and other login functions from an Express-made API. By the end, and with the help of the JavaScript library Socket.IO for real-time communication, you will be able to bundle your MMORPG and test the full Express server experience.
You will learn how to:
- Create and style login system scenes in Phaser suitable for API calls
- Utilize Express API routes for login, signup, and password reset flows
- Manage JWT tokens from within Phaser
- Set up .env files to dynamically control variables like the server URL
- Bundle your Phaser game and test client-server functionality