https://github.com/buihdk/react-rbac-tutorial
A React RBAC feature implemented based on this article: https://auth0.com/blog/role-based-access-control-rbac-and-react-apps/ with added functionalities and customizations
https://github.com/buihdk/react-rbac-tutorial
auth0 rbac react-router
Last synced: 3 months ago
JSON representation
A React RBAC feature implemented based on this article: https://auth0.com/blog/role-based-access-control-rbac-and-react-apps/ with added functionalities and customizations
- Host: GitHub
- URL: https://github.com/buihdk/react-rbac-tutorial
- Owner: buihdk
- Created: 2019-12-02T10:31:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T17:17:52.000Z (about 1 year ago)
- Last Synced: 2025-06-17T06:04:55.727Z (about 1 year ago)
- Topics: auth0, rbac, react-router
- Language: JavaScript
- Homepage:
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React RBAC Demo
This project was bootstrapped with *ejected* [Create React App](https://github.com/buihdk/ejected-create-react-app).
## Core Dependencies
Authentication - [Auth0](https://storybook.js.org/)
Router - [React Router](https://reactrouter.com/)
UI Library - [Bootstrap](https://getbootstrap.com/)
## Install
To start, install the project dependencies by running the command from your terminal:
```
yarn install
```
## Available Scripts
In the project root directory, run this command:
```
yarn dev
```
> Runs the app in the development mode.
> Open [http://localhost:3000](http://localhost:3000) to view it in the browser.