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

Move private and signed cookies behind feature flags #949

Merged
merged 4 commits into from
Apr 27, 2022

Conversation

davidpdrsn
Copy link
Member

Since private and signed cookies pulls in additional dependencies I think it makes sense to have them behind feature flags.

This also moves the signed cookie code into its own module, which makes the diff look larger. Reviewing commit by commit might be easier.

@davidpdrsn davidpdrsn added breaking change A PR that makes a breaking change. A-axum-extra labels Apr 19, 2022
axum-extra/Cargo.toml Outdated Show resolved Hide resolved
@davidpdrsn davidpdrsn marked this pull request as ready for review April 19, 2022 15:47
@davidpdrsn
Copy link
Member Author

Once #941 is done I think we can merge this and ship a new major for axum-extra.

@davidpdrsn davidpdrsn merged commit 7006179 into main Apr 27, 2022
@davidpdrsn davidpdrsn deleted the private-signed-cookies-feature-flags branch April 27, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-axum-extra breaking change A PR that makes a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants