Support 2FA for basic auth #279
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For any API endpoints that accept basic auth (specifically tokens since they only accept basic auth) we should handle the
X-GITEA-OTP
header for users with 2FA enabled.@jolheiser #335 is here ?