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.