- Updated AuthWrapper to automatically log in the user upon successful registration.
- Added toast notification for user feedback during the redirection process.
- Redirects user to the home page after registration completion.
- Changed COOKIE_NAME from "peakSkills_userId" to "session_token" for better clarity.
- Updated AuthClient to handle login and registration with new data structures.
- Enhanced AuthWrapper to manage user sessions and display appropriate messages.
- Added error handling in LoginForm and RegisterForm for better user feedback.
- Refactored user service methods to streamline user creation and verification processes.