Skip to content

Commit

Permalink
Deploying to gh-pages from @ f0a19ea 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nichita-pasecinic committed Jan 14, 2024
1 parent 6a1b710 commit 3f92b75
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion functions/AuthReactRouter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/RoutesRoot.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/useAuthReactRouter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/useHasRoles.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@nichitaa/auth-react-router</title><meta name="description" content="Documentation for @nichitaa/auth-react-router"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@nichitaa/auth-react-router</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>@nichitaa/auth-react-router</h2></div><div class="tsd-panel tsd-typography"><p><strong><code>@nichitaa/auth-react-router</code></strong> is a lightweight package that uses and extends basic <code>react-router-dom</code> v6
functionality and allows you to define the routes based on user <code>authorized</code> and <code>roles</code> states. It provides a simple
API for configuring <code>public</code>, <code>private</code> and <code>common</code> routes, and it has a simple and advance RBAC configuration.</p>
<p><a href="https://nichitaa.github.io/auth-react-router/">Documentation (<code>typedoc</code>)</a></p>
<p>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.</p>
<a id="md:getting-started-🎉" class="tsd-anchor"></a><h3><a href="#md:getting-started-🎉">Getting Started 🎉</a></h3><a id="md:peer-dependencies-🔨" class="tsd-anchor"></a><h4><a href="#md:peer-dependencies-🔨">Peer Dependencies 🔨</a></h4><ul>
Expand Down
8 changes: 4 additions & 4 deletions interfaces/AuthReactRouterProps.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions interfaces/FallbackProps.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions interfaces/RouteProps.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions interfaces/RoutesConfig.html

Large diffs are not rendered by default.

0 comments on commit 3f92b75

Please sign in to comment.