Skip to content

Remove references to deprecated hash API endpoint#752

Open
kheiner wants to merge 5 commits into
directus:mainfrom
kheiner:remove-hash-endpoints
Open

Remove references to deprecated hash API endpoint#752
kheiner wants to merge 5 commits into
directus:mainfrom
kheiner:remove-hash-endpoints

Conversation

@kheiner

@kheiner kheiner commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Related to directus/directus#27774

Additional Items fixed as a "while we're in there":

  • Fix typos
  • Reword awkard sentence

- Fix typos discovered in modified files
- Reword awkard sentence
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

@kheiner is attempting to deploy a commit to the Directus Team on Vercel.

A member of the Team first needs to authorize it.

@AlexGaillard AlexGaillard marked this pull request as ready for review June 26, 2026 18:21
@AlexGaillard AlexGaillard requested a review from a team as a code owner June 26, 2026 18:21
Comment on lines +11 to +14
The `utils/hash/generate` and `utils/hash/verify` endpoints have been removed. Equivalent behavior can be implemented by using extensions:

- **generate** - Use a writable field with the `hash` special to create hashes
- **verify** - Will require a custom extension to import and call `argon2.verify(..)` directly

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
The `utils/hash/generate` and `utils/hash/verify` endpoints have been removed. Equivalent behavior can be implemented by using extensions:
- **generate** - Use a writable field with the `hash` special to create hashes
- **verify** - Will require a custom extension to import and call `argon2.verify(..)` directly
The `/utils/hash/generate` and `/utils/hash/verify` endpoints have been removed. Equivalent behavior can be achieved by using extensions endpoints along with the `argon2` library.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants