Production Ready Auth System... banner

Production Ready Auth System...

17 devlogs
29h 55m 59s

This is a production ready auth system where you can use it to any of your websites . ( Note : I have just commented out the hackclub oauth for right now because i din't get the required client id for it. But if you have client id you can use the …

This is a production ready auth system where you can use it to any of your websites . ( Note : I have just commented out the hackclub oauth for right now because i din’t get the required client id for it. But if you have client id you can use the code as it is with no change.)

This project uses AI

ui is done with ai for faster development.

Demo Repository

Loading README...

vasupks01

Shipped this project!

Hours: 0.35
Cookies: 🍪 8
Multiplier: 21.73 cookies/hr

Just i made a small changes in the deployment process which made my system work.

vasupks01

Shipped this project!

Hours: 29.58
Cookies: 🍪 410
Multiplier: 13.87 cookies/hr

I built a full-stack authentication system with email/password login, OAuth, JWT sessions, role-based access, and password reset/verification flows. The hardest part was deployment. It worked locally, but production kept failing because of environment mismatches and a missing database table in the live DB. I fixed backend/frontend URL issues, updated environment configs, and traced SQL/schema differences between local and production.

A big part of getting this done was collaboration. My friend helped me debug deployment-stage issues, and together we narrowed down root causes faster. I am proud that I did not stop at local success. I pushed through production bugs, understood why they happened, and now the app is stable in deployment too.

vasupks01

CHANGE LOG:
I am currently working on designing the login page
Note:
To be honest to make the development faster i took the help of the copilot for styling.

Attachment
0
vasupks01

CHANGE LOG:
I have completed the backend setup for the oauth login using google and hackclub.
I have used some references to find how to connect with hackclub developer console but i already know how to connect with google developer console.
Also I tested with the browser with this api(http://localhost:5000/api/oauth/google
http://localhost:5000/api/oauth/hackclub) to confirm everything works as intended.

Attachment
0
vasupks01

CHANGE LOG:
I have worked on Oauth service and i worked on configuring the oauth credentials screens.
I have used google developer console for google client id.
Also I have used Github developer settings.

Attachment
0
vasupks01

CHANGE LOG:
I have developed the base of the auth system and currently working on implementation of security.

Attachment
0