chore: add e2e testing check auth guard#12
Conversation
|
@anthonyyoussef01 You can pull and run this code for this issue: Stackoverflow |
|
Thank you, taking a look now, I don't have the password hashing method published as I am not sure if it's a privacy concern for user passwords. What do you think? |
|
I thinks just need secure secret key for hashing and use salt is enough. But if you have more problems with passport, you should consider use open source identity and access management (IAM) solution such as: Keycloak, Auth0, Shibboleth. Although IAM solution is more large than only password, but it support every for authentication, authorization and integration with them isn't too hard. |
Just for test. Please don't merge this request. I must ignore all hashing password code because you ignore them.