[PR #260] [MERGED] feat: add oidc support #303

Closed
opened 2025-12-29 00:19:41 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/260
Author: @eitchtee
Created: 6/17/2025
Status: Merged
Merged: 6/20/2025
Merged by: @eitchtee

Base: mainHead: feat/oidc-integration


📝 Commits (5)

  • 5d5d172 feat: Initial OIDC integration with django-allauth
  • c8d3168 feat: changes
  • 4291a5b feat: allow only social auth with django-allauth
  • e137666 docs: add missing oidc variables to example env
  • 1f2902e Merge branch 'main' into feat/oidc-integration

📊 Changes

8 files changed (+122 additions, -1 deletions)

View changed files

📝 .env.example (+7 -0)
📝 README.md (+25 -0)
📝 app/WYGIWYH/settings.py (+46 -1)
📝 app/WYGIWYH/urls.py (+9 -0)
📝 app/apps/common/apps.py (+14 -0)
📝 app/apps/users/migrations/0021_alter_usersettings_timezone.py (+1 -0)
📝 app/templates/users/login.html (+19 -0)
📝 requirements.txt (+1 -0)

📄 Description

No description provided


🔄 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/eitchtee/WYGIWYH/pull/260 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `feat/oidc-integration` --- ### 📝 Commits (5) - [`5d5d172`](https://github.com/eitchtee/WYGIWYH/commit/5d5d172b3b4a9bfce82a9da61deb8a78c800f914) feat: Initial OIDC integration with django-allauth - [`c8d3168`](https://github.com/eitchtee/WYGIWYH/commit/c8d316857fcb2dcee31129d6c49198859f7fe6e2) feat: changes - [`4291a5b`](https://github.com/eitchtee/WYGIWYH/commit/4291a5b97d0ab0043dffbb72099e7e8c6b7979dc) feat: allow only social auth with django-allauth - [`e137666`](https://github.com/eitchtee/WYGIWYH/commit/e137666e99f6247e9ba901bf963018dd7951ea07) docs: add missing oidc variables to example env - [`1f2902e`](https://github.com/eitchtee/WYGIWYH/commit/1f2902eea90e4b199638925c7b72b4597ef3d379) Merge branch 'main' into feat/oidc-integration ### 📊 Changes **8 files changed** (+122 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -0) 📝 `README.md` (+25 -0) 📝 `app/WYGIWYH/settings.py` (+46 -1) 📝 `app/WYGIWYH/urls.py` (+9 -0) 📝 `app/apps/common/apps.py` (+14 -0) 📝 `app/apps/users/migrations/0021_alter_usersettings_timezone.py` (+1 -0) 📝 `app/templates/users/login.html` (+19 -0) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:41 +01:00
adam closed this issue 2025-12-29 00:19:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#303