Impersonate a user
Last updated
Please be sure of your agent type and version and pick the right documentation accordingly.
This is the documentation of the forest-express-sequelize
and forest-express-mongoose
Node.js agents that will soon reach end-of-support.
forest-express-sequelize
v9 and forest-express-mongoose
v9 are replaced by @forestadmin/agent
v1.
Please check your agent type and version and read on or switch to the right documentation.
This example shows you how to create a Smart Action "Impersonate"
to login as one of your customers.
It can be useful to help your customers debug an issue or to get a better understanding of what they see on their account (in your app).
An admin backend running on forest-express-sequelize/forest-express-mongoose
This directory contains the users.js
file where the model is declared.
This directory contains the users.js
file where the Smart Action Impersonate
is declared.
This directory contains the users.js
file where the implementation of the route is handled. The POST /forest/actions/impersonate
API call is triggered when you click on the Smart Action in the Forest UI.
This is useful for authentication using cookies. By using this example, you're performing the login request directly from the browser. Thus, the cookies will be automatically sent from your own service to the browser (as you'd normally do with your own app).