Added sorting methods and started Pagination design!
Log in to leave a comment
I’ve added Drizzle ORM and Supabase (which is working) and implemented a flow that generates an OTP token if the user doesn’t register via Google. Now, I just need to build out the frontend and handle the JWT cookie implementation. For people who is interesting about the this please research this fundamentals.
OTP token : One-Time Password token.
ORM : Object-Relational Mapping
JWT: JSON Web Tok
Log in to leave a comment
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment
I have successfully integrated Google Authentication into both the Frontend and Backend to ensure a secure and seamless login flow. The Frontend retrieves a secure ID token, while the Backend verifies its digital signature and “audience” using the official Google Auth library. This architecture allows the login component to be easily called from anywhere within the application and register a new user easily. The full source code is available on my GitHub for anyone who wants to explore or test the implementation. Just set up your own Google Client ID in the environment variables to get started.
Log in to leave a comment