Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add POST /one-time-tokens/verify API #7098

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

darcyYe
Copy link
Contributor

@darcyYe darcyYe commented Mar 4, 2025

Summary

add POST /one-time-tokens/verify API, resolves LOG-10869

Testing

Should be covered by integration tests.

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

@github-actions github-actions bot added the feature Cool stuff label Mar 4, 2025
Copy link

github-actions bot commented Mar 4, 2025

COMPARE TO master

Total Size Diff 📈 +7.98 KB

Diff by File
Name Diff
packages/core/src/libraries/one-time-token.ts 📈 +1.65 KB
packages/core/src/queries/one-time-tokens.ts 📈 +502 Bytes
packages/core/src/routes/one-time-tokens.openapi.json 📈 +1.09 KB
packages/core/src/routes/one-time-tokens.ts 📈 +492 Bytes
packages/core/src/routes/swagger/utils/documents.ts 📈 +20 Bytes
packages/core/src/routes/swagger/utils/operation-id.ts 📈 +104 Bytes
packages/core/src/tenants/Libraries.ts 📈 +137 Bytes
packages/integration-tests/src/api/one-time-token.ts 📈 +229 Bytes
packages/integration-tests/src/tests/api/one-time-tokens.test.ts 📈 +2.85 KB
packages/phrases/src/locales/en/errors/index.ts 📈 +68 Bytes
packages/phrases/src/locales/en/errors/one-time-token.ts 📈 +401 Bytes
packages/schemas/alterations/next-1741318144-add-one-time-token-unique-index.ts 📈 +447 Bytes
packages/schemas/tables/one_time_tokens.sql 📈 +82 Bytes

@github-actions github-actions bot added the size/m label Mar 4, 2025
@darcyYe darcyYe requested a review from a team March 4, 2025 12:01
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-verify-api branch from c7acbb0 to 4a7394f Compare March 5, 2025 03:54
@github-actions github-actions bot added size/l and removed size/m labels Mar 5, 2025
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-verify-api branch 2 times, most recently from ef0a3b9 to 4a7394f Compare March 5, 2025 07:18
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-api branch from b805913 to 3b7a20b Compare March 6, 2025 10:25
Base automatically changed from yemq-add-post-one-time-token-api to master March 6, 2025 10:59
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-verify-api branch from b004d6b to c7cea25 Compare March 6, 2025 11:09
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-verify-api branch from c7cea25 to b164e7f Compare March 6, 2025 11:12
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-verify-api branch from 8be260a to 47097f4 Compare March 7, 2025 03:54
@darcyYe darcyYe force-pushed the yemq-add-post-one-time-token-verify-api branch from 47097f4 to 44b89da Compare March 7, 2025 03:58
Copy link
Member

@charIeszhao charIeszhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants