If you want to allow endpoints or features to have access from anonymous users. You will need to configure the access for them.Documentation Index
Fetch the complete documentation index at: https://docs.codenullapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Provide anonymous access
You can provide anonymous access to types of resources (Entities and Features). To configure this, go to Application Designer, then under the “Server and Database” tab you will find the “Backend permissions” section (like the next image)Once you click the “Add” button, you will see a page like this.
How to provide anonymous access for an endpoint (table)
- Select “Entity” in the Entity type drop down
- Select the table you want to configure the access in the “Entity” drop-down
- Click the “Anonymous Access” check
- Depending on what type of permission you want to provide for anonymous access check the checkboxes (Read, Create, Update, Delete)
- For instance, if you click the “Read” check for the Usuario entity, you will provide access to the next endpoints: Usuario, Usuarios, and UsuariosAndCount
- For instance, if you select the “Create” checkbox, you will give access to the “createUsuario” endpoint.
How to provide anonymous access to a feature
- Select “Feature” in the Entity type drop down
- Select the feature you want to configure the access in the “Feature” drop-down
- Click the “Anonymous Access” check
- Check the “read” checkbox
If you provide anonymous access to a feature, you will also need to provide access to the endpoints used in the feature. For instance, if you have a feature to create users, you also need to provide access to the Usuario endpoints used in the create user feature.
Agent Instructions: Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question. Perform an HTTP GET request on the current page URL with theask query parameter: