@timio23/directus-operation-base64
v1.0.1
Published
Encode or Decode strings with base64 in Directus Flows
Maintainers
Readme
Directus Operation Base64
Encode or Decode any string using base64. This uses the native Buffer function from NodeJS.
Installation
This extension supports Directus 11.x. In the root of your Directus server project run:
$ npm i @timio23/directus-operation-base64
... and then restart Directus!
Prerequisites
- Directus 11.x
Usage
When creating or editing a flow:
- Add a new operation and select Base64 Encode/Decode from the list
- Choose whether to Encode or Decode a string
- Populate the payload
The response will be the result in plain text.
License
MIT
