Replies: 5 comments 4 replies
-
@c0per ☝️ |
Beta Was this translation helpful? Give feedback.
-
Reducing these not so necessary deps will make the code base stronger in my mind. Both of them won't be a breaking change or invalidating existing sessions. We still use aes encryption and date string to ISO standards. |
Beta Was this translation helpful? Give feedback.
-
#23 and #27 are the two possible under consideration. They only differs in After the decision and merging into the main, I think I can make 2 PRs reducing |
Beta Was this translation helpful? Give feedback.
-
V4 is launched! Thanks @c0per for your great contributions! |
Beta Was this translation helpful? Give feedback.
-
This is a thread for V4 of oak_sessions. There are some breaking changes I'd like to make, hence the major version increase.
Session
to represent one request-response session. #23, still evaluating)deleteSession
to be executed from within a session context, without the option of passing context or session ID as an argument (simplifies codebase, also in above PR)Beta Was this translation helpful? Give feedback.
All reactions