6.1.0 • Published 10 months ago

@k6-contrib/fields-encrypted v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Encrypted Field

import { encrypted } from '@k6-contrib/fields-encrypted';
import 'dotenv/config';

const Product = list({
  fields: {
    title: text({ validation: { isRequired: true } }),
    content: text(),
    encrypted: encrypted({reverse: true, secret: "some secret to encrypt with}), // reverse option lets you see the value in admin ui or in graphql
    encrypted2: encrypted({secret: "some secret to encrypt with}),
  },
});
6.1.0

10 months ago

6.0.0

11 months ago

5.1.0

2 years ago

5.0.0

2 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago