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

Upgrade angular, added Mocha, added password hashing/encoding #18

Merged
merged 8 commits into from
Mar 3, 2017

Conversation

Ionaru
Copy link
Owner

@Ionaru Ionaru commented Mar 2, 2017

Upgraded Angular to 4.0.0-rc1
Karma configuration is now a Typescript file
Switched from Jasmine to Mocha in client-side tests
Added Chai to client and server side tests
Removed ng2-translate since I'm not using it at this point
Passwords are now hashed and encoded before being sent to the server, this is done to ensure passwords are always within the ~50-bytes lower limit of bcrypt. In addition it is now very difficult for attackers to determine what the user typed in the password field.

@Ionaru Ionaru merged commit f574662 into master Mar 3, 2017
@Ionaru Ionaru deleted the Upgrade_Angular branch March 3, 2017 12:46
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

Successfully merging this pull request may close these issues.

None yet

1 participant