You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
We're in a weird state right now, because the front end is base64 encoding the passwords before sending them to the backend but the backend is now assuming they are being sent plain, because we switched to using a Fideslib schema that didn't have the base64 code.
Bug Description
The Fideslib models PR #700 which started using FidesUser instead of FidesopsUser introduced a regression so now we're no longer expecting passwords to be base64 encoded in the API. https://github.com/ethyca/fidesops/pull/749/files
We're in a weird state right now, because the front end is base64 encoding the passwords before sending them to the backend but the backend is now assuming they are being sent plain, because we switched to using a Fideslib schema that didn't have the base64 code.
Two things:
Steps to Reproduce
Expected behavior
A description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: