core
core copied to clipboard
😎 The next generation of RESTful API service and more feature for Mix Space, powered by @nestjs.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)) | [`3.674.0` -> `3.679.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.674.0/3.679.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@auth/mongodb-adapter](https://authjs.dev) ([source](https://redirect.github.com/nextauthjs/next-auth)) | [`3.7.0` -> `3.7.2`](https://renovatebot.com/diffs/npm/@auth%2fmongodb-adapter/3.7.0/3.7.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@auth/core](https://authjs.dev) ([source](https://redirect.github.com/nextauthjs/next-auth)) | [`0.37.0` -> `0.37.2`](https://renovatebot.com/diffs/npm/@auth%2fcore/0.37.0/0.37.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
OAuth 登陆问题
### Describe the bug 在 GitHub 后台 callback 地址填写为 https 时,登陆显示 redirect_uri 不一致,改为 http 即可。  但改为 http 后 GitHub 授权登录后跳转出错,如下图:  Google 也有类似的 https 问题,但更改为 http 后没有问题。 ### Reproduction...