Skip to main content

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.

If you want to allow endpoints or features to have access from anonymous users. You will need to configure the access for them.

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)

  1. Select “Entity” in the Entity type drop down
  2. Select the table you want to configure the access in the “Entity” drop-down
  3. Click the “Anonymous Access” check
  4. Depending on what type of permission you want to provide for anonymous access check the checkboxes (Read, Create, Update, Delete)
    1. For instance, if you click the “Read” check for the Usuario entity, you will provide access to the next endpoints: Usuario, Usuarios, and UsuariosAndCount
    2. For instance, if you select the “Create” checkbox, you will give access to the “createUsuario” endpoint.

How to provide anonymous access to a feature

  1. Select “Feature” in the Entity type drop down
  2. Select the feature you want to configure the access in the “Feature” drop-down
  3. Click the “Anonymous Access” check
  4. 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 the ask query parameter:
GET https://codenull.gitbook.io/dev/configurations/authorization/anonymous-access.md?ask=<question>
The question should be specific, self-contained, and written in natural language. The response will contain a direct answer to the question and relevant excerpts and sources from the documentation. Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.