Skip to content

docs(django): document SOCIAL_AUTH_ERROR_TRANSPORT setting - #509

Merged
nijel merged 5 commits into
python-social-auth:masterfrom
peterfarrell:dev/1090-SocialAuthExceptionMiddleware
Sep 16, 2026
Merged

nijel merged 5 commits into
python-social-auth:masterfrom
peterfarrell:dev/1090-SocialAuthExceptionMiddleware

Conversation

@peterfarrell

Copy link
Copy Markdown
Contributor

Document the configurable error transport mechanism in SocialAuthExceptionMiddleware to support SPAs and hybrid applications:

  • Add documentation for the ErrorTransport enum ('messages', 'query')
  • Document configuring single or multiple transport modes
  • Document query parameter customization via settings and subclassing
  • Document backend-specific transport and parameter overrides
  • Document fallback behavior and URL fragment handling

Relates to python-social-auth/social-app-django#1090
Resolves python-social-auth/social-app-django#1067

@nijel
nijel merged commit e977865 into python-social-auth:master Sep 16, 2026
3 checks passed
@peterfarrell

Copy link
Copy Markdown
Contributor Author

@nijel woot woot!

@peterfarrell
peterfarrell deleted the dev/1090-SocialAuthExceptionMiddleware branch September 16, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add configurable error transport ('messages', 'query', or 'both') to SocialAuthExceptionMiddleware

2 participants