Added oauth for gitea

This commit is contained in:
2025-09-15 19:10:49 +03:30
parent a7ef859c43
commit 001e3b66cb
6 changed files with 186 additions and 0 deletions
+4
View File
@@ -11,3 +11,7 @@ type LoginInput struct {
type RejectMediaInput struct {
MediaId string `json:"mediaId" binding:"required"`
}
type GiteaLoginInput struct {
Code string `json:"code" binding:"required"`
}