Skip to content

Is there a way to use my own method to log users in and generate SESSION_TOKEN? #48

@artemsmikh

Description

@artemsmikh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions