Skip to content

Revisit route guards for verify-email and complete-registration #149

Description

@Alessandro100

potentially linked with #116

For pages like: verify-email and complete-registration they relied on a client side route guard based on the redux store. When the state changes, the brief transition in state would create a flicker like user experience and would erase the extra query params assisting with page redirect (ex: after sign in, direct the user to add feed form)

Acceptance criteria

  • Have a route guard for verify-email and complete-registration that prevents the user to access these pages when not authorized to and also have a good user experience for users following the flow
  • Think of a scalable way to implement route guarding (potentially the NextJs way)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions