Back
Stronger
Load previous page…
Solve issue around cookie auth with Next.js (i.e. SSR) #stronger
Ask Spectrum/Discord channels for help debugging Next.js auth cookie issue #stronger
Spend all day debugging/researching auth cookies issue in Next.js #stronger
Render 404 page on nonexistent user profile page requests #stronger
Add page and api routes for user profiles #stronger
Refactor signup/signin endpoint handlers #stronger
Add /signin endpoint and handler to server #stronger
Add /signin page #stronger
Abstract a signup/signin form component from /signup page #stronger
Improve error handling across user signup flow #stronger
Tweet about coding as initial brainstorm/design process #stronger
Buy stronger.app domain #stronger
Add server-side sanitization for user data #stronger
Add server-side validation for user data #stronger
Add client-side sanitization to singup form #stronger
Add client-side validation to signup form #stronger
Generate JWT and store as cookie #stronger
Add user signup #stronger
Add password hashing/checking to user model #stronger
Define user model #stronger