hotwire-django / turbo-django

Unmaintained // An early stage integration of Hotwire Turbo with Django
https://discuss.hotwire.dev/t/django-backend-support-for-hotwire/1570/
Other
385 stars 20 forks source link

Template tag, Tamper-proofing and documentation for Turbo Streams integration #9

Closed davish closed 3 years ago

davish commented 3 years ago

This PR shores up the Turbo Streams integration in a few ways:

Inspiration for the cryptographic signing as well as the API for the turbo-stream-from tag came from turbo-rails package and their Streams integration via ActionCable.

blopker commented 3 years ago

I'm very happy where this PR is so far! Like @JulianFeinauer has mentioned, I think this is good to land now and we can iterate in the API and features in different PRs.