Hi! I am building a website in react that I would like to have a way to keep different authorization levels ie (norm user and admin) where only administrators have access to the panel to edit the content. How could I go about implementing this into my code? Although direct answers are great I am mostly looking for documentation so that I can refer back to it. Thank you in advance!
#✅ - Authorization through Cognito (React JS)
5 messages · Page 1 of 1 (latest)
Hi , Please refer to this section of docs:https://docs.amplify.aws/react/build-a-backend/data/customize-authz/user-group-based-data-access/
The user group authorization strategy allows restricting data access to specific user groups or groups defined dynamically on each data record. Both static and dynamic group authorization options are available, with some limitations around real-time subscriptions when using dynamic group authorization. AWS Amplify Documentation
THANK YOU SO MUCH @vocal zephyr! I've been looking for this for days now!