Hi, I was wondering if there is a way to avoid the default login system provided by Tapglue and use my own code for that. For example, I'd like to authenticate users using their phone numbers instead of emails and passwords. I have a service that checks and verifies phone numbers and all I need is to have some method (like login) where I could pass a phone number and a verification code and then this method would check the code using that verification service and, in case of success, generate SESSION_TOKEN and return it to the client.
The docs says:
If you decide to use your own user management get in touch with us and we show you how to create the SESSION_TOKEN from your backend.
So, do you think is that possible?