From c2d36b1c81782816f70f5ca17c05a5322de4bfdd Mon Sep 17 00:00:00 2001 From: Darcy Ye Date: Wed, 21 Dec 2022 15:42:38 +0800 Subject: [PATCH] chore: add changeset of connector-kit update (#2691) --- .changeset/silly-rules-laugh.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/silly-rules-laugh.md diff --git a/.changeset/silly-rules-laugh.md b/.changeset/silly-rules-laugh.md new file mode 100644 index 000000000..b717a72a0 --- /dev/null +++ b/.changeset/silly-rules-laugh.md @@ -0,0 +1,7 @@ +--- +"@logto/connector-kit": patch +--- + +Add optional `setSession` method and `getSession` method as input parameters of `getAuthorizationUri` and `getUserInfo` respectively. + +This change enabled stateless connectors to utilize Logto session to pass parameters between APIs.