You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth is a proof-of-concept application that displays the core concepts of the authentication and authorization flow of most modern social media applications.
Authentication & authorization are essential parts of every application. For my first project ever, I wanted to tackle the core principles of the register and login flow, including email password resets, email change, and basic personal profile info updates. I also wanted to closely mimic the process for most modern social media applications, as everyone is familiar with these interfaces.
🚀 Learning Objectives
Learn GraphQL.
Build a basic authentication flow.
Scalable architecture by detaching the client and the server.
Learn to host a server on a virtual private server.