RelatedTitle / user-account-system

This user account system allows for the registration of users using their email and password + OAuth providers. It has full email verification and password reset functionality. It uses PostgreSQL, Express, Passport, and JWT as user tokens.
MIT License
2 stars 0 forks source link

API tests. + Bugfixes. #20

Closed RelatedTitle closed 2 years ago

RelatedTitle commented 2 years ago

Thorough tests for every endpoint. Using mocha and chai. A lot of bug fixes too.