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: main ← Head: feat/oidc-integration
main
feat/oidc-integration
5d5d172
c8d3168
4291a5b
e137666
1f2902e
8 files changed (+122 additions, -1 deletions)
📝 .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)
.env.example
README.md
app/WYGIWYH/settings.py
app/WYGIWYH/urls.py
app/apps/common/apps.py
app/apps/users/migrations/0021_alter_usersettings_timezone.py
app/templates/users/login.html
requirements.txt
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:feat/oidc-integration📝 Commits (5)
5d5d172feat: Initial OIDC integration with django-allauthc8d3168feat: changes4291a5bfeat: allow only social auth with django-allauthe137666docs: add missing oidc variables to example env1f2902eMerge 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.