You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
artemsmikh
changed the title
Is there a way to use my own to log in users and generate SESSION_TOKEN?
Is there a way to use my own method to log users in and generate SESSION_TOKEN?
Jan 16, 2018
Hej @artemsmikh thanks for bringing this up. Unfortunately we removed the pure backend integrations when we made we made the code open-source, which is the integration that is referred to.
There are ways to achieve this with a small binary you could run yourself, by pulling in the session creation code:
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:
So, do you think is that possible?
The text was updated successfully, but these errors were encountered: