FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. merim.2805
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    merim.2805

    @merim.2805

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    merim.2805 Unfollow Follow

    Best posts made by merim.2805

    • Constantly getting statusCode 401 on password change

      I can't figure out why am I getting the error, it works with login, do we pass the API key id or the secret value:

      7d662a77-8373-48d6-927b-3166aeffb849-image.png

      Here is how I'm trying to change the password:

          ...req.body,
          applicationId: config.APP_ID,
        })```
      
      In the body I have `password` and `currentPassword` and `loginId`. Also, the API key permission for the change is given.
      posted in Q&A
      M
      merim.2805

    Latest posts made by merim.2805

    • Constantly getting statusCode 401 on password change

      I can't figure out why am I getting the error, it works with login, do we pass the API key id or the secret value:

      7d662a77-8373-48d6-927b-3166aeffb849-image.png

      Here is how I'm trying to change the password:

          ...req.body,
          applicationId: config.APP_ID,
        })```
      
      In the body I have `password` and `currentPassword` and `loginId`. Also, the API key permission for the change is given.
      posted in Q&A
      M
      merim.2805