How should i implement React authorization inside authentication to protect the one component? any ideas
hi do u know how to implement authorization if the user is successfully logged In i had to keep restriction to one page (i.e one component page) to access that page he should know the admin Login and password . so, basically need to implement authori...