Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:51:39.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T23:55:14.909Z (7 months ago)
- Topics: auth0, rbac, react-router
- Language: JavaScript
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
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.