Replies: 1 comment
-
|
We should be able to expose basic encryption capabilities via the pgcrypto extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying EdgeDB and with Prisma I was using
prisma-field-encryptionto avoid storing PII in plain text.I believe EdgeDb doesn't (yet?) support middleware? Is there a suggested way of approaching this, and are middlewares on the roadmap? :)
EDIT: Talking about security, a middleware or some schema option could allow us to never return a user's hashed password unless explicitly asked for.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions