WebApi Solution with PhoneNumber instead of email #117
KothariDhrumil
started this conversation in
Ideas
Replies: 1 comment
-
Hi @KothariDhrumil, Let me answer your challenge items first:
Taking about your drivers that can work for multiple firms the drivers would log in the top level hierarchical level, like the customers do but the drivers are sent to the "Driver" section, like the one in your number 5 item. Because the drivers are at the top level they can access any firms. Of course you would add code that which firms works for and only shows those firms. I hope that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off, huge congratulations on creating something truly extraordinary! I'm also sorry to hear about your illness.
John, I’d love to expand your library to help me develop my own product (SaaS-based).
Product definition:
So far, I’m not too worried as I believe it can be managed using AuthP.
Here are some challenges I foresee:
Customers need to be able to interact across tenants. For instance, Customer A should be able to purchase items from Tenant A, B, and C using just one application for all three. I think you’ve addressed this issue before, and I’ll need to implement it. (User access in multiple tenants #91). In the mobile app, customers will have the option to select a tenant once they are added by the Tenant Admin.
I need to adjust the logic to check if a user already exists and simply attach the tenant if they do.
All users should register using their mobile numbers instead of email addresses.
I would appreciate your guidance on this. Please let me know how and where I can get started.
Beta Was this translation helpful? Give feedback.
All reactions