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

feature/vitest #13

Merged
merged 9 commits into from
Jan 14, 2024
Prev Previous commit
docs: add gh pages link
  • Loading branch information
nichita-pasecinic committed Jan 14, 2024
commit f0a19ea88d2fa37d78e3cbcc5ec7c857118231c8
1 change: 1 addition & 0 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
functionality and allows you to define the routes based on user `authorized` and `roles` states. It provides a simple
API for configuring `public`, `private` and `common` routes, and it has a simple and advance RBAC configuration.

[Documentation (`typedoc`)](https://nichitaa.github.io/auth-react-router/)

This code and routing pattern is used on most of my personal projects and would probably meet most of the routing
requirement for any other react application, but beware and use it at your own risk.
Expand Down
Loading