You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add user authentication
fix(api): resolve 404 error on user fetch
docs: update README with setup instructions
Pull Requests (Description)
Format
## Summary
A brief description of the changes made.
## Changes Made
* Bullet point list of changes made
## Screenshots (if applicable)
Include screenshots of the changes in action, if applicable.
Example
## Summary
Added user authentication feature to allow users to securely log in and access their accounts.
## Changes Made
* Created login and registration forms
* Integrated authentication API
* Added JWT token handling
* Updated navigation to reflect authentication state
## Screenshots (if applicable)