Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the password encryption system for login in modern Javascript? #3

Open
Shofol opened this issue Sep 29, 2024 · 0 comments
Open

Comments

@Shofol
Copy link

Shofol commented Sep 29, 2024

I am trying to integrate IG labs api with my React.js application. But, the encryption method for the password is failing, I mean it's saying that the password is invalid when calling the session api.

The example here uses pidcrypt which is deprecated now. For instance I have used JsEncrypt but as I said, it's not working. What is the modern way to handle the login with encrypted password?

This is the code I tried-
https://codesandbox.io/p/sandbox/silly-field-6mkd2p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant