RemovedInNextVersionWarning: legacy encryption_mode is deprecated, use modern instead. #417
Answered
by
gi0baro
max-bertinetti
asked this question in
Q&A
-
#: pipeline
app.pipeline = [
SessionManager.cookies('myverysecretkey'),
db.pipe,
auth.pipe
] Hi @gi0baro. This is the offending code. What should I do to suppress the warning? |
Beta Was this translation helpful? Give feedback.
Answered by
gi0baro
Feb 8, 2022
Replies: 1 comment
-
@eclecticlly you need to install Emmett with Details available in docs, see: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
max-bertinetti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@eclecticlly you need to install Emmett with
crypto
extras and set theencryption_mode
parameter ofSessionManager.cookies
to modern.Details available in docs, see: