Closed lpetre closed 4 years ago
I've implemented arc.http.session_read and arc.http.session_write when SESSION_TABLE_NAME === jwe.
arc.http.session_read
arc.http.session_write
SESSION_TABLE_NAME
jwe
This implementation is compatible with the code in https://github.com/architect/functions/blob/master/src/http/session/providers/jwe.js
I have not tested it against the implementation in: https://github.com/architect/functions-ruby/blob/master/lib/architect/http.rb
Please let me know what you think! Thanks
this is fantastic; thx again @lpetre (hey how about we make you a committer so you can merge these yourself ?)
I've implemented
arc.http.session_read
andarc.http.session_write
whenSESSION_TABLE_NAME
===jwe
.This implementation is compatible with the code in https://github.com/architect/functions/blob/master/src/http/session/providers/jwe.js
I have not tested it against the implementation in: https://github.com/architect/functions-ruby/blob/master/lib/architect/http.rb
Please let me know what you think! Thanks