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

Implement custom routing #26

Open
sonlinux opened this issue Nov 17, 2021 · 0 comments
Open

Implement custom routing #26

sonlinux opened this issue Nov 17, 2021 · 0 comments
Assignees

Comments

@sonlinux
Copy link
Contributor

As next js has its default mechanism of assigning routes to every page

  • We can not entirely rely on that to match how we want to route various pages in the application

  • For this it will be nice to have a way to control what page is allocated which route and in what order

  • In this regard lets also take not to enforce authentication - meaning the login page should always load first if user is not authenticated

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

No branches or pull requests

2 participants