UPE members get unlimited credits. We need a flow that verifies that a user is a UPE member.
Possible flow:
- Get a list of upe member emails from the postgres db
- Have an input in the user profile page to associate a upe email with this user
- Verify that email is on the list, then send verification email with link
- Link in message associates the upe email with the user
UPE members get unlimited credits. We need a flow that verifies that a user is a UPE member.
Possible flow: