This updates with support for owner company, as well as removing stripeCustomerId as a requirement for the join route.
This also adds a verified attribute to owners. This is returned with practically every owner route, including the login and join routes (not just a session token returned.) This allows you to direct the user correctly depending on their verification without multiple redirects. It also allows me to pre-verify users.
This updates with support for owner company, as well as removing stripeCustomerId as a requirement for the join route. This also adds a verified attribute to owners. This is returned with practically every owner route, including the login and join routes (not just a session token returned.) This allows you to direct the user correctly depending on their verification without multiple redirects. It also allows me to pre-verify users.
Closes #157 Closes #158