core icon indicating copy to clipboard operation
core copied to clipboard

😎 The next generation of RESTful API service and more feature for Mix Space, powered by @nestjs.

Results 45 core issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.679.0?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@auth%2fmongodb-adapter/3.7.2?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@auth%2fcore/0.37.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Describe the bug 在 GitHub 后台 callback 地址填写为 https 时,登陆显示 redirect_uri 不一致,改为 http 即可。 ![image](https://github.com/user-attachments/assets/9ccbcbd3-0ad9-4067-80b5-ffe638469974) 但改为 http 后 GitHub 授权登录后跳转出错,如下图: ![image](https://github.com/user-attachments/assets/794f7162-59fd-44c0-9e92-31861ad58f23) Google 也有类似的 https 问题,但更改为 http 后没有问题。 ### Reproduction...