logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.15k stars 395 forks source link

feat(connector): add kook connector #6227

Closed Misaka-L closed 1 week ago

Misaka-L commented 1 month ago

Summary

feat(connector): add kook connector

Testing

image image image

Checklist

github-actions[bot] commented 1 month ago

COMPARE TO master

Total Size Diff :warning: :chart_with_upwards_trend: +205.57 KB

Diff by File |Name|Diff| |---|---| |.changeset/pink-baboons-mix.md|:chart_with_upwards_trend: +66 Bytes| |packages/connectors/connector-kook/README.md|:chart_with_upwards_trend: +4.6 KB| |packages/connectors/connector-kook/docs/oauth2-link-builder.png|:warning: :chart_with_upwards_trend: +140.59 KB| |packages/connectors/connector-kook/docs/oauth2-permission-required-page.png|:warning: :chart_with_upwards_trend: +44.64 KB| |packages/connectors/connector-kook/logo.svg|:chart_with_upwards_trend: +2.48 KB| |packages/connectors/connector-kook/package.json|:chart_with_upwards_trend: +1.63 KB| |packages/connectors/connector-kook/src/constant.ts|:chart_with_upwards_trend: +2.1 KB| |packages/connectors/connector-kook/src/index.test.ts|:chart_with_upwards_trend: +4.58 KB| |packages/connectors/connector-kook/src/index.ts|:chart_with_upwards_trend: +4.22 KB| |packages/connectors/connector-kook/src/mock.ts|:chart_with_upwards_trend: +95 Bytes| |packages/connectors/connector-kook/src/types.ts|:chart_with_upwards_trend: +905 Bytes| |pnpm-lock.yaml|:chart_with_upwards_trend: +295 Bytes|
Misaka-L commented 1 month ago

Sorry for force-push multiple times, I not familiar with signature commit

simeng-li commented 1 month ago

no worries. Thanks for the contribution. @wangsijie @darcyYe can you guys take a look at it?

Misaka-L commented 3 weeks ago

Over all LGTM, would you like to update the building tool since we've just migrate to tsup. You can refer to this PR, the change is straightforward.

I will migrate it later. Thanks

Misaka-L commented 1 week ago

Over all LGTM, would you like to update the building tool since we've just migrate to tsup. You can refer to this PR, the change is straightforward.

I have migrate to tsup and I would like to know that is this pull request still on tracking?