Commit Graph

9 Commits

Author SHA1 Message Date
Aaron William Po
623855682b Refactor: further refactoring of api requests. 2023-12-25 14:26:35 -05:00
Aaron William Po
e27a24bdb9 Dev: add placeholder avatar, change image urls 2023-11-27 11:50:42 -05:00
Aaron William Po
6886473d7a Add .env.production to git ignore 2023-05-06 00:12:27 -04:00
Aaron William Po
de3964dbfa Rewrote beer by id page comments to load on client 2023-04-02 21:50:42 -04:00
Aaron William Po
584e3b349f Implement confirm user functionality
This commit adds the necessary functionality to confirm a user's account.

It includes the addition of a new column in the user table to track whether an account is confirmed or not, and the implementation of JWT for confirmation tokens.

This commit integrates the SparkPost API as well as React Email to send dynamic emails for whatever purpose.

Upon user registration, a confirmation email will be sent to the user.
2023-03-13 22:35:57 -04:00
Aaron William Po
45cc10a009 Update next-connect, begin work on cloud img upload 2023-02-09 23:58:03 -05:00
Aaron William Po
087a1a4513 Implement authentication using Passport.js 2023-02-05 19:27:19 -05:00
Aaron William Po
a434e1bb98 Add necessary packages, start prisma schema 2023-01-18 20:51:41 -05:00
Aaron William Po
0bd57e1e08 Initial commit from Create Next App 2023-01-15 14:24:09 -05:00