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

Use Fastify instead of Express. #27

Open RelatedTitle opened 2 years ago

RelatedTitle commented 2 years ago

Using Fastify instead of Express will improve performance and allow for features that aren't possible out-of-the-box in Express.