1.0.0 • Published 7 months ago

payload-plugin-masquerade v1.0.0

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

Payload plugin Masquerade

The Masquerade module allows to switch users and surf the site as that user (no password required). That person can switch back to their own user account at any time.

Two links to switch user (Masquerade) and go back (Unmasquerade)

Masquerade

Features

  • ✅ Compatible with Payload v3 beta.102
  • ✨ Zero dependencies
  • ⚙ Highly customizable

Installation

npm install payload-plugin-masquerade
yarn install payload-plugin-masquerade

Example Usage

Integrating to users collection.

export default buildConfig({
  // ...
  plugins: [
    MasqueradePlugin({
      enabled: true,
    }),
  ],
  // ...
});

Contributing

Contributions and feedback are very welcome.

To get it running:

  1. Clone the project.
  2. pnpm install
  3. Add .env file in dev folder to start payload project
  4. pnpm dev

License

The MIT License (MIT). Please see License File for more information.

Credits

1.0.0

7 months ago

0.2.3

7 months ago

0.2.1

8 months ago

0.2.2

8 months ago

0.2.0

8 months ago

0.1.9

8 months ago

0.1.0

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago