FC4E-WP5 / fc4eosc-PIDMR-ui

FAIRCORE4EOSC Metaresolver UI
https://pidmr.devel.argo.grnet.gr/
Apache License 2.0
0 stars 3 forks source link

PIDMR-168 Allow protected routes with no required roles #35

Closed kaggis closed 5 months ago

kaggis commented 5 months ago

This will allow protected routes (accessed only under a valid login) that don't require a special role

Declare the protected route in App.tsx with empty table such as

<ProtectedRoute routeRoles={[]} />