Guest users in 2.0

There is no “guest users” area in config tab.
Did you remove this feature in 2.0.1?

Correct, there is no longer configuration for guest users in 2.0.

Each API key that you create has a Default Role that determines the permissions of any unauthenticated user who supplies that API key. As the tooltip beside Default Role says, “Unauthenticated or guest users of the app will have this role.”

Hi, I’m trying to access as guest without success.
I keep getting “message”:“Unauthorized.”,“code”:401
I configured the default role and I’m doing simple request
https://[myinstance].enterprise.dreamfactory.com/api/v2/[myservice]?api_key=[myapikey]

please help

Hang in there. I’ll add a guest access tutorial to the wiki today.

I’ve completed most of the tutorial. Check it out here and let me know if you have any questions.

3 Likes

Thanks for the tutorial @jeffreystables! It was really helpful. The CORS config was the piece I was missing.

1 Like

Nice tutorial

but setting CORS its not necesary for my.

it´s this ok?

-Admin Application Version: 2.1.3

-DreamFactory Version: 2.1.0

-Custom Script Service (PHP)