Skip to content

release: version packages #7646

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

silverhand-bot
Copy link
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@logto/[email protected]

Patch Changes

@logto/[email protected]

Patch Changes

@logto/[email protected]

@logto/[email protected]

@logto/[email protected]

Minor Changes

  • 3168400: Add PBKDF2 support for legacy password verification

    Added support for PBKDF2 (Password-Based Key Derivation Function 2) algorithm in legacy password verification. This enhancement allows the system to properly verify passwords that were hashed using PBKDF2 methods, improving compatibility with existing password systems during migration.

    Example usage for user migration with PBKDF2-hashed passwords:

    {
      "username": "john_doe",
      "primaryEmail": "[email protected]",
      "passwordAlgorithm": "Legacy",
      "passwordDigest": "[\"pbkdf2\", [\"mySalt123\", \"1000\", \"20\", \"sha512\", \"@\"], \"c465f66c6ac481a7a17e9ed5b4e2e7e7288d892f12bf1c95c140901e9a70436e\"]"
    }

    Where the arguments are:

    • salt: user-defined salt value
    • iterations: number of iterations (e.g., 1000)
    • keylen: key length (e.g., 20)
    • digest: hash algorithm (e.g., 'sha512')
    • @: placeholder for the input password

Patch Changes

Copy link

github-actions bot commented Aug 1, 2025

COMPARE TO master

Total Size Diff 📈 +314 Bytes

Diff by File
Name Diff
.changeset/add-pbkdf2-support.md 📈 +941 Bytes
packages/api/CHANGELOG.md 📈 +11 Bytes
packages/api/package.json 0 Bytes
packages/cli/CHANGELOG.md 📈 +55 Bytes
packages/cli/package.json 0 Bytes
packages/core/CHANGELOG.md 📈 +1.1 KB
packages/core/package.json 0 Bytes
packages/create/CHANGELOG.md 📈 +51 Bytes
packages/create/package.json 0 Bytes
packages/schemas/CHANGELOG.md 📈 +11 Bytes
packages/schemas/package.json 0 Bytes
pnpm-lock.yaml 0 Bytes

@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 959bba9 to 7f00ee1 Compare August 1, 2025 07:11
@github-actions github-actions bot added size/s and removed size/s labels Aug 1, 2025
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.

1 participant