<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Trigger resource manager manually?]]></title><description><![CDATA[<p dir="auto">Is it possible to manually open the resource manager?</p>
<p dir="auto">Would love to use it for custom apps, easily upload files and get the path via JS.</p>
]]></description><link>https://community.appdrag.com/topic/236/trigger-resource-manager-manually</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 22:08:53 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/236.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jul 2020 07:25:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trigger resource manager manually? on Thu, 16 Jul 2020 12:17:14 GMT]]></title><description><![CDATA[<p dir="auto">Though, conceptually it's quite easy.</p>
<ul>
<li>Add custom link to menu in admin</li>
<li>When link is clicked, it opens an iframe URL in a modular window.
<ul>
<li>The URL contains an encrypted payload in the URL parameter.</li>
</ul>
</li>
<li>The receiving back-end then decrypt the payload using a secret key.</li>
<li>The payload contains basic JSON that contains a session key.
<ul>
<li>The session key can be verified by POSTin to an Appdrag Endpoint to verify it's still valid (encrypted payload here too).</li>
</ul>
</li>
</ul>
<p dir="auto">Since we're encrypting the payload using a secret, no man-in-the-middle can temper with the content and since we're posting only a current session key, the session lifetime can be limited and verified even on the back-end side.</p>
<p dir="auto">Not what I had in mind for the asset manager though.</p>
<p dir="auto"><strong>Update</strong>: You're right, for it to be usable it would need to be it's own library and you'd need to make "custom apps" as mentioned above, available, which I expect you don't have plans for.</p>
]]></description><link>https://community.appdrag.com/post/818</link><guid isPermaLink="true">https://community.appdrag.com/post/818</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Thu, 16 Jul 2020 12:17:14 GMT</pubDate></item><item><title><![CDATA[Reply to Trigger resource manager manually? on Thu, 16 Jul 2020 11:13:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@wassim</a></p>
<p dir="auto">I of course meant to use it within the admin, as a custom-admin feature.</p>
<p dir="auto">Since we're already authenticated, I thought it would make sense to re-use the feature already implemented for managing assets.</p>
<p dir="auto">I can setup an example to how this would work and we can take it from there.</p>
]]></description><link>https://community.appdrag.com/post/817</link><guid isPermaLink="true">https://community.appdrag.com/post/817</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Thu, 16 Jul 2020 11:13:39 GMT</pubDate></item><item><title><![CDATA[Reply to Trigger resource manager manually? on Thu, 16 Jul 2020 11:11:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Do you mean the PageBuilder feature available in your frontend?<br />
If yes, this would be a huge security threat as people would be available unauthentified to upload content to your website.</p>
<p dir="auto">What you can do is create a CloudAPI function and use Cloud Backend inputs (file type) to easily achieve that.</p>
]]></description><link>https://community.appdrag.com/post/816</link><guid isPermaLink="true">https://community.appdrag.com/post/816</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Thu, 16 Jul 2020 11:11:30 GMT</pubDate></item></channel></rss>