100xDevs Cohort 3 Web Dev & DevOps. Lecture Codes, Assignments, Assignment Solution. 🧑🏻💻
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
158
commits
12
commits
Implemented session validation in CanvasPage component to redirect unauthenticated users
5188fd2View on GitHubRefactor NextAuth configuration to enhance type safety by adding TypeScript types for user, session, and JWT. Update signIn, jwt, session, and redirect callbacks to utilize these types, improving code clarity and maintainability, add api.ts file for handing 401.
c2f9647View on GitHubEnhance authentication flow by adding refresh token management, updating user model to include refresh tokens, and modifying API endpoints to support token-based authentication with cookies. Adjust axios requests to include credentials.
1560252View on GitHubRefactor auth middleware to use cookie for token retrieval and improve error handling; update JWT signing to include user ID in payload.
704ede5View on GitHub