Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new variable for SafeSessionMiddleware. #33380

Closed
wants to merge 1 commit into from

Conversation

awais786
Copy link
Contributor

@awais786 awais786 commented Oct 2, 2023

Adding new variable for SafeSessionMiddleware.

SAFE_SESSIONS_MAC_ALGO = 'sha1'

In django42 sha1 will be removed but this middleware will keep continue using this algo sha1.

Followup PR will remove sha1 from settings.

@awais786 awais786 force-pushed the rename-safe-session-algo branch from e816d90 to da22293 Compare October 2, 2023 10:18
@awais786 awais786 force-pushed the rename-safe-session-algo branch from da22293 to c5a4e72 Compare October 2, 2023 10:28
@awais786 awais786 changed the title Rename safe session algo Adding new variable for SafeSessionMiddleware. Oct 2, 2023
@awais786 awais786 marked this pull request as ready for review October 2, 2023 11:32
@awais786 awais786 closed this Oct 9, 2023
@nedbat nedbat deleted the rename-safe-session-algo branch January 8, 2024 15:09
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.

1 participant