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

Remove Rack::Protection::EncryptedCookie #1989

Merged
merged 3 commits into from Jan 15, 2024

Conversation

dentarg
Copy link
Member

@dentarg dentarg commented Jan 15, 2024

The rack-session gem has equivalent functionality.

Close #1945

@dentarg dentarg requested a review from a team January 15, 2024 10:10
- { ruby: 3.2, rack: stable, rack_session: head }
# https://github.com/sinatra/sinatra/issues/1988
- { ruby: ruby-head, rack: stable, rack_session: stable, allow-failure: true }
- { ruby: 3.2, rack: head }
Copy link
Member

Choose a reason for hiding this comment

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

Minor, unrelated: 3.3 in the matrix.

Perhaps 3.3 is meant to be here, come to think of it.

Copy link
Member Author

Choose a reason for hiding this comment

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

3.3 is in the matrix

This line is to test with rack head (main) branch, using 3.2 for that as I'm still treating that as the "stable" Ruby :)

Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, this brings things forward.

Nice, nice.

@dentarg dentarg merged commit 9c14764 into sinatra:main Jan 15, 2024
@dentarg dentarg deleted the remove-encrypted_cookie branch January 15, 2024 15:22
@dentarg dentarg mentioned this pull request Jan 15, 2024
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.

Remove code for encrypted cookies in favour of rack-session
2 participants