Josh Pensky

Results 6 issues of Josh Pensky

# Description The current way we are tracking route changes is through a changing location pathname; unfortunately, this location change is true for both parent and child nested routes, causing...

bug
work in progress

# Description This introduces a rewrite of the `react-router-guards` internals, with some public-facing API changes This builds on top of #84, #85, #98, and #99 to make the following changes:...

work in progress

# Description Previously, we only ever surfaced the error message. As pointed out by #44, we should return the full object instead of just the message! That way the user...

enhancement

# Description In our render resolution of `Guard`, we included a method to resolve redirecting to the same path. Unfortunately, this didn't actually account for a redirect to the same...

bug

# Description This fixes an issue with the `PageComponent` type not allowing for the `error` prop, that's used for error page components ## Related issues Addresses #56 ## What this...

bug

Hi there! We are testing out not-so-happy paths in our authentication flow, and found an issue with the password auth flow: https://workos.com/docs/reference/user-management/authentication/password When the user's email is not verified, we...