Impersonate a user
Last updated
Last updated
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 exemple, 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).