Random plug for my dumb app that you should never use
-
Here’s a dumb app I made you should never use. In case you do want to use it, here: https://git.atrilahiji.dev/atrilahiji/MiddleWhere
It’s basically a way of exposing a secure endpoint as a public endpoint without exposing your secure tokens. Have fun
I intend to add token authorization via a query string in the URL.
-
Added a basic token check via querystring. Basically Directus doesn't let me set auth headers via their webhooks so I cant trigger builds off of it directly. Needed this as a middleman.