Skip to content

Feature/implement all auth features#132

Merged
0xdevcollins merged 4 commits into
mainfrom
feature/implement-all-auth-features
Aug 17, 2025
Merged

Feature/implement all auth features#132
0xdevcollins merged 4 commits into
mainfrom
feature/implement-all-auth-features

Conversation

@0xdevcollins

Copy link
Copy Markdown
Collaborator

Implemented complete authentication flow screens for Boundless, including login, OTP-based password reset, and success confirmation, based on the provided Figma designs.

And also integrated the api

Closes: #131

…thentication

- Added API and NextAuth configuration to env.example for better setup clarity.
- Changed redirect path for authenticated users from '/dashboard' to '/user' in middleware and sign-in logic.
- Updated AuthNav component to link to the new '/user' route.
- Simplified the Home page by adding a button to navigate to the user dashboard.
- Adjusted API base URL reference in the api.ts file for consistency.
- Updated .gitignore to include .env.example for better environment setup.
- Added debug logging in auth.ts for improved error tracking during user login.
- Refactored registration API to use firstName and lastName instead of name.
- Introduced new AuthLayout and LoginForm components for a cleaner authentication UI.
- Implemented BoundlessButton for consistent button styling across forms.
- Added new SVG assets for branding and UI enhancements.
- Improved error handling in auth-store and utility functions for better user feedback.
- Removed console error logging in CreatePasswordForm, LoginForm, and auth-store for cleaner code.
- Simplified error handling by omitting error parameters in catch blocks, enhancing user feedback during account creation and login processes.
- Added a comment to clarify type handling in SignupForm error management.
@0xdevcollins 0xdevcollins self-assigned this Aug 17, 2025
@vercel

vercel Bot commented Aug 17, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
boundless-t4ms Ready Ready Preview Comment Aug 17, 2025 7:16pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
boundless Ignored Ignored Preview Aug 17, 2025 7:16pm

@0xdevcollins 0xdevcollins merged commit 5d42c12 into main Aug 17, 2025
10 of 13 checks passed
@0xdevcollins 0xdevcollins deleted the feature/implement-all-auth-features branch September 16, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Design & Implement Authentication Screens (Login, Forgot Password, OTP Reset, Reset Password) for Boundless

1 participant