On my development instance all works 100%, but once web app is deployed to hosted Docker image, it does not work and returns unauthorised.
Anyone knows why this would be? I can change the password to the non hashed version in DB and then user can login, but that defeats the point of using the hash.
Sorry no solution, but we’re using argon without issues between dev and production.
Now I do remember having some issues when we just switched to argon (when it was released in Wappler) (node project). But can’t remember what it was
That basically means Argon changes have not been deployed to production server.
Try connecting production DB to your local instance, and see if the login works.
We are using Argon in a few projects, without any issues. We recently changed from SHA to Argon in a project, and things went smoothly.
The security provider is configured per target. Have you checked the same settings as the dev environment are in there. If they have changed since you set up the target, they may not have pulled through