first commits 3

This commit is contained in:
Zeni Kim 2024-09-12 18:15:38 -05:00
parent b3fc6d25ca
commit 6dc72d3e14
28 changed files with 1095 additions and 0 deletions

6
events/event-names.go Normal file
View file

@ -0,0 +1,6 @@
package events
// event names
const USER_REGISTERED = "user-registered"
const USER_PASSWORD_RESET_REQUESTED = "user-password-reset-requested"
const PASSWORD_CHANGED = "password-changed"