pullrequests Search Results · language:Edge language:Python language:PHP language:JavaScript language:PHP language:JavaScript
Filter by
162M results
Summary
These were incorrectly documented in the API docs as ending = 1 and inactive = 2, but are meant to be the other way
around. Somehow no-one had noticed this (including me while testing back then) ...
needs backport: 2.12
t: api support
t: bugfix
#️⃣연관된 이슈
ex) #이슈번호, #이슈번호
📝작업 내용
이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)
스크린샷 (선택)
💬리뷰 요구사항(선택)
리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
Schließt die beiden noch offenen ISO-Restpunkte T1 und T10 aus docs/iso-certifications-review.md.
T1 – Audit-Log erweitert (ISO 27001 A.8.15)
Das Security-Audit-Log erfasst jetzt zusätzlich:
- Konvoi-/Marschbefehl-Änderungen: ...
Checking that refresh token now contains the username and it maches the corresponding access token.
To recap, the flow is now:
on /login
- API authenticates users in existing ways
- API returns ...