Closed peterphanouvong closed 2 months ago
[!WARNING]
Rate limit exceeded
@peterphanouvong has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 35 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 8f88e33ca6ee219e4cd3e2f07602c1b44383d12c and f9bd798203048016b9a94c4b67ab014af67d6a13.
This pull request introduces updates to the CHANGELOG.md
to document the release of versions v1.1.3-beta.1
and v1.1.2
, including a callback fix and release dates. Modifications are made to the src/handle-auth.js
file, changing the user retrieval method in the handleAuth
function to utilize the kindeClient
. Additionally, the src/utils/version.js
file is updated to reflect the new version number 1.1.3-beta.1
.
File | Change Summary |
---|---|
CHANGELOG.md |
Added entries for versions v1.1.3-beta.1 and v1.1.2 , including release dates and a callback fix. |
src/handle-auth.js |
Modified handleAuth function to retrieve user data using kindeClient instead of session manager. |
src/utils/version.js |
Updated exported constant version from '1.1.2' to '1.1.3-beta.1'. |
src/handle-auth.js
in the main PR relate to modifications made in the same file in PR #9, indicating a connection in the authentication logic.src/handle-auth.js
in the main PR are related to enhancements made in PR #16, which also alters the handleAuth
function to include an optional callback.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.04%. Comparing base (
6af02f4
) to head (f9bd798
). Report is 5 commits behind head on main.
Explain your changes
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.