Skip to content

Commit

Permalink
206 restrict a user in a particular user group from performing or acc…
Browse files Browse the repository at this point in the history
…essing anything (#207)

* add forbidden componenet

* add new reducer for forbidden

* forbidden works

* don't log out 403

* add forbidden check to all routes

* topbar stays logged in

* only 2 items in the fobidden page

* add changelog entry

* merge conflict bug

* add forbidden check to all actions

* fix more bugs

* rewrite

* correctly use the props

* update the wording
  • Loading branch information
longshuicy authored Aug 9, 2024
1 parent 84a2ab4 commit 3d843bb
Show file tree
Hide file tree
Showing 23 changed files with 244 additions and 200 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Changed
- Restrict unapproved user from performing any action or accessing any resources. [#206](https://github.com/IN-CORE/incore-ui/issues/206)
- Convert DataViewer and DFR3Viewer into Functional based components. [#183](https://github.com/IN-CORE/incore-ui/issues/183)

### Fixed
Expand Down
Loading

0 comments on commit 3d843bb

Please sign in to comment.