Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.2 - Moves to router and finally adds error page #46

Merged
merged 2 commits into from
Jul 4, 2024
Merged

Conversation

KSJaay
Copy link
Owner

@KSJaay KSJaay commented Jul 4, 2024

Summary

This one is a pretty small update, as I found some issues while working on some future updates. This update fixes issues with auth and user endpoints not handling errors properly, this was mainly because endpoints weren't using try catch statement. Also, not sure why I was checking paths using if statements but that's now been moved to react router and we're going to be using that going forward.

Updates

  • Adds show password button to the login page
  • Adds try catch statements to auth and user endpoints
  • Delete access_token cookie when authorization middleware throws error
  • Removes routes file for monitor
  • Adds a cool error page that I thought I had added 3 months ago :)

@KSJaay KSJaay merged commit 0c60dde into main Jul 4, 2024
2 checks passed
@KSJaay KSJaay deleted the v0.5.2 branch July 4, 2024 23:03
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.

1 participant