UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

7 lines (6 loc) 151 B
/** * Shows how to test the rendering of a prompt. */ exports.onExecutePostLogin = async (event, api) => { api.prompt.render("test-prompt-id"); };