Revature-2106RCN-Team-3 / Project_One

0 stars 3 forks source link

investigate login methods for application #8

Closed mat2718 closed 3 years ago

kentsmith1996 commented 3 years ago

Upash looks like a good library, but I'd like to look at other options as it's pretty outdated. Another potential option would be to just create a wasm build of bcrypt like this, or even do a custom build. Bcrypt is well maintained and wasm will have very high performance on both the frontend and backend, as ideally I'd like to hash the passwords before transmitting them even over https.

kentsmith1996 commented 3 years ago

As we are already using AWS, this looks like it will be our best option, I need to look into it more.

mat2718 commented 3 years ago

i concur that cognito will be are best option. let me know if you run into any issues on the implementation of this. additionally please be sure to add links to any source material you use in your code comments so that we can reference it for project 2. id like to rotate people around if feasible for the next project to increase our "breathe of experience"

kentsmith1996 commented 3 years ago

Relevent documentation for the frontend.