• Resolved sandy01101989

    (@sandy01101989)


    Hi,

    First of all thanks for providing me such a great plugin. I am using this plugin for user authentication process. It provides the user authentication process based on cookie value and it works.

    But my question is that when a user uninstalls my application from his/her mobile, all the cookie related data gets deleted from mobile.

    After that when user re-install the app, how can we authenticate already registered user without cookie.

    Awaiting your helpful reply.

    Thanks

    https://www.ads-software.com/plugins/json-api-auth/

Viewing 1 replies (of 1 total)
  • Plugin Author Ali Qureshi

    (@parorrey)

    Each time you need to authenticate user, you need to use generate_auth_cookie endpoint. (and then store it local storage for later calls).

    You can ask user to provide username (or email) and password to generate cookie and log him in.

    BTW, you can use my other ‘JSON API User’ plugin for more endpoints. All existing endpoints of this plugin are available there.

Viewing 1 replies (of 1 total)
  • The topic ‘User Authentication query’ is closed to new replies.