Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 03:56
· 16 commits to main since this release
1f56d8e

5.0.0 (2024-09-18)

Features

  • support caching of verification kys (#81) (1f56d8e), closes #9

BREAKING CHANGES

  • verifyRequestByKeyId() now returns an object with a isValid property and acache` property.

Before

const isValid = await verifyRequestByKeyId();

After

const { isValid, cache } = await verifyRequestByKeyId();
  • fetchVerificationKeys() now returns an object with a
    keys property and acache property.

Before

const keys = await fetchVerificationKeys();

After

const { keys, cache } = await fetchVerificationKeys();
Morty Proxy This is a proxified and sanitized view of the page, visit original site.