-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T1486 can not log in 2fa activated #1638
base: 14.0
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
I tested this PR locally. |
This prevents ambiguity and too frequent refreshes from the frontend
In the process of trying to store the tokens in HttpOnly cookies, I discovered that the XmlRpcClient library used by the frontend ( |
These are false positives. |
Quality Gate failedFailed conditions |
Pre-commit is failing because of setup files:
I don't know what they're used for. Should they be committed? |
This is a draft to support token-based authentication on the Translation Platform.
Currently self-contained in its own module for simplicity purpose.
TODO before merging
Related PR to modify the frontend
CompassionCH/translation-platform-web#41
Note: The current PR must be merged/deployed before the related frontend PR. Otherwise, the frontend will make requests that the backend doesn't understand.