Skip to content

Topic/soehlert/loginlogout#167

Merged
samoehlert merged 5 commits intomainfrom
topic/soehlert/loginlogout
Sep 22, 2025
Merged

Topic/soehlert/loginlogout#167
samoehlert merged 5 commits intomainfrom
topic/soehlert/loginlogout

Conversation

@samoehlert
Copy link
Copy Markdown
Collaborator

Closes #116

  1. Don't mix up urls with redirect_urls
  2. Don't mix up reverse and redirect
  3. this all allows for a more simple context_processor
  4. update the super old package

…direct_urls to fix the local auth and hopefully the oidc

added some debugging that will go away once its working
we were super out of date and it seems like everything works with the latest
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 19, 2025

File Coverage
All files 83%
config/consumers.py 78%
config/urls.py 69%
config/settings/base.py 69%
config/settings/local.py 72%
scram/route_manager/admin.py 85%
scram/route_manager/models.py 70%
scram/route_manager/views.py 88%
scram/route_manager/api/serializers.py 73%
scram/route_manager/api/views.py 83%
scram/shared/shared_code.py 56%
scram/templates/403.html 91%
scram/templates/404.html 91%
scram/templates/base.html 99%

Minimum allowed coverage is 50%

Generated by 🐒 cobertura-action against 3269c19

Copy link
Copy Markdown
Collaborator

@crankynetman crankynetman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, nicely done!

@samoehlert samoehlert merged commit e81185d into main Sep 22, 2025
20 of 21 checks passed
@samoehlert samoehlert deleted the topic/soehlert/loginlogout branch September 22, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix OIDC Login and Logout Redirect URLs for OIDC

3 participants