denoland / denoland/deploy_feedback

Deno deploy password hashing.

Open
#293 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
79
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Is there a way to hash passwords async in deno deploy?

I've tried many modules like bcrypt, argon2, sodium & crypt.
Most of them work in local deno environment. But none of them on deno deploy.
Unless using a sync method.

For bcrypt there is an issue open:
https://github.com/denoland/deploy_feedback/issues/171

Is there a standard non-blocking way of doing password hashing in deno?
Maybe through the crypto web API.

https://bradyjoslin.com/blog/encryption-webcrypto/

https://doc.deno.land/deno/stable/~/SubtleCrypto

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.