Hi again …
On User Admin mission task 3, Set Session Timeout, I am able to set the session timeout.
But I’m experiencing two issues with the mission:
-
By default it does not appear that login is required for the GET call. Having created my tables according to the previous missions, all of them, including the system users table, appear to quite happily return data on a GET request even when not authenticated.
-
I can affect this by changing the Permissions / RolePermissions / NotAuthenticatedUser / Retrieve to false. When I do that then the GET request returns empty array [] rather than the 3048 that the mission expects.
I wonder if there’s some global setting that causes the system to require authentication and if mine is for some reason misconfigured? Thx.