[PR #271] [CLOSED] [WIP] OpenId login support #15276

Closed
opened 2025-11-02 11:42:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/271
Author: @strk
Created: 11/26/2016
Status: Closed

Base: masterHead: openid-gitea


📝 Commits (1)

📊 Changes

9 files changed (+174 additions, -6 deletions)

View changed files

📝 cmd/web.go (+1 -0)
📝 models/error.go (+16 -0)
📝 models/login_source.go (+83 -5)
📝 models/user.go (+1 -0)
📝 modules/auth/auth_form.go (+1 -1)
modules/auth/openid/openid.go (+48 -0)
📝 routers/admin/auths.go (+5 -0)
📝 routers/user/auth.go (+15 -0)
📝 templates/admin/auth/new.tmpl (+4 -0)

📄 Description

Far from ready, but open for contribution (mostly needs
UI and UX)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/271 **Author:** [@strk](https://github.com/strk) **Created:** 11/26/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `openid-gitea` --- ### 📝 Commits (1) - [`cb2ce01`](https://github.com/go-gitea/gitea/commit/cb2ce01e16bdff38641c31e327a7f671a23ea7f0) Stub openid support ### 📊 Changes **9 files changed** (+174 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+1 -0) 📝 `models/error.go` (+16 -0) 📝 `models/login_source.go` (+83 -5) 📝 `models/user.go` (+1 -0) 📝 `modules/auth/auth_form.go` (+1 -1) ➕ `modules/auth/openid/openid.go` (+48 -0) 📝 `routers/admin/auths.go` (+5 -0) 📝 `routers/user/auth.go` (+15 -0) 📝 `templates/admin/auth/new.tmpl` (+4 -0) </details> ### 📄 Description Far from ready, but open for contribution (mostly needs UI and UX) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:42:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15276