Need help writing javascript for user account security

I’m trying to create javascript code that improves user security. How do I do this? Get started doing this?

That is something that doesn’t seem to exist.

This doesn’t sound right. There has to be a way to write user security in Javascript.

Maybe server-side JavaScript. Is that what you’re asking about?

1 Like
if (password === "hunter2") {
   authorize(user);
}

It doesn’t quite work on the client-side with JavaScript.

Yes server side

I’ll assume you have node.js This February 2018 article by @markbrown4 may be of interest

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.