Search Results

1 search results


Public Assets: Public Assets

Public assets is a feature developed for custom Domo apps that allows developers to host static assets in an unauthenticated way. This may be useful if you need to share assets like pictures or javascript code between your custom Domo app and your public website. You might also want to build your public website directly on Domo instead of having to find another hosting provider. In that case, you could simply publish an index.html file as a public asset and you would have a public facing website for your Domo app. Because public assets do not render in an authenticated context, public javascript files will not have access to any of the Domo APIs that you are used to using in a custom Domo app. If a user of your public asset requires access to the APIs you will need to direct them to an authenticated context where they can login and use non-public assets.