Skip to content

Custom signin handler not invoked #319

@yuqizhou77

Description

@yuqizhou77

I tried to add code below in the graph template.
app.on("signin.token-exchange", async ({ log }) => { log.info("Token exchange event triggered"); // Handle token exchange logic here });

When signin() runs, I could still see logs coming from

const { api, activity, log } = ctx;
rather than printing out "Token exchange event triggered".

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions