Access check using api and hashed passwords

Discussion in 'Customization & add-ons' started by frybread, Oct 29, 2015.

  1. frybread

    frybread aMember Pro Customer

    Joined:
    Jul 14, 2008
    Messages:
    63
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Unfortunately it is not possible. aMember do not save user password at all. aMember save only salted hash of password.
    So in event of you send hash to aMember then there is not way to authenticate user (check this hash).

    As I understand you do not want to send pass in clear text, is not it? The best approach to avoid it just use https on your site with aMember and send API request to https://example.com....

Share This Page