Added refresh token flow for better UX, but ran into a production issue.
Signout works perfectly in local dev, but not as expected in production.
Current setup:
β’ Access + refresh token flow
β’ Token stored via cookies
β’ Session validation on backend
#tigerxinsights
Added refresh token flow to TigerXWrites to improve user experience.
β’ Access token for short-lived auth
β’ Refresh token for session continuity
β’ Silent token refresh instead of forcing re-login
Also worked on validating expiry and handling revoked sessions.
#tigerxinsights
Added more frontend tests to the project.
Focused on:
β’ Component rendering
β’ User interactions
Live - https://t.co/UoXg1wYYiX
Github- https://t.co/nAqEI73L6q
Still figuring out good testing patterns, but this is already catching small bugs early.
#tigerxinsights
Iβve already generated a frontend design using Lovable (in React), but I donβt want to just copy-paste it. The idea is to use it as a reference and rebuild things properly.
If youβre interested in learning, building something real, and collaborating, feel free to DM me π
Hey everyone π
Iβm a self-taught developer working on a personal project and looking for someone who can build the frontend from scratch using Next.js (no vibe coding, actual understanding-based implementation).
This is an unpaid collaboration, so itβs best suited for:
Added a UUID tool and implemented email submission in https://t.co/XHFaTjQEPu
Live - https://t.co/28zyE85Z6Z
Github - https://t.co/1s5xI9yTYX
Slowly building out small utilities and real features instead of just UI.
#tigerxinsights#codax
Added README and license to the auxiliary backend project.
Small step, but makes the project more usable and complete.
Live - https://t.co/UoXg1wYYiX
Github - https://t.co/nAqEI73L6q
#tigerxinsights
Built a small learning project to understand payment integration.
Stack:
Next.js (frontend)
Express.js (backend)
Razorpay (payment gateway)
Learned:
Order creation flow
Payment verification with signature
Why you should never trust frontend payment status
#tigerxinsights