Next.js Discord

Discord Forum

How to add encryption?

Unanswered
Red-footed Booby posted this in #help-forum
Open in Discord
Avatar
Red-footed BoobyOP
I just finished coding my first complete next js app with next auth. What is the best way to add encryption?

4 Replies

Avatar
for what?
Avatar
Red-footed BoobyOP
For stuff like user authentication and sensitive information
Avatar
for cookies you use libs like jose and sensitive info i think bcrypt
Avatar
in which part do you need encryption?