architect / functions-python

AWS Lambda Python runtime helpers for Architect apps
Apache License 2.0
14 stars 7 forks source link

Initial implementation of jwe sessions in python #7

Closed lpetre closed 4 years ago

lpetre commented 4 years ago

I've implemented arc.http.session_read and arc.http.session_write when 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

brianleroux commented 4 years ago

this is fantastic; thx again @lpetre (hey how about we make you a committer so you can merge these yourself ?)