mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #260] [MERGED] feat: add oidc support #303
Reference in New Issue
Block a user
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?
📋 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.