#✅ - Guest authentication

5 messages · Page 1 of 1 (latest)

still sleet
#

For my application, I would like to allow some users to browse the majority of features as a guest. Is there an out of the box solution to guest access to resources inside of for example the react authenticator UI?

brittle lava
#

Hi @still sleet , what kind of resources do you mean to grant access to?

There are configurable authorization rules for Data and Storage but maybe you mean some other kind of resources.

Data auth rules
https://docs.amplify.aws/react/build-a-backend/data/customize-authz/

Storage auth rules
https://docs.amplify.aws/react/build-a-backend/storage/authorization/

still sleet
#

Rather than backend resources, I’d like to grant access to front end functionalities. It seems like anything wrapped in the Authenticator requires an authentication. And if I want to work withreactor router, I need to find creative ways to include the Authenticator in specific routes. Because in general, react router expects First children of the router to be route components

brittle lava
random torrentBOT
#

✅ - Guest authentication