Friday, December 15, 2017

send / receive data securely from a wifi module... how many steps?

I've built a couple of basic django projects and would now like to add User Authentication and SSL.

The objective is to be able to securely send data to/from a WIFI module (ATWINC1500) <=> Django's database through normal http channels (no need for anything fancy).

Can user login be compressed into the same http GET data or POST data? Or must one perform a login before afterwards sending the GET/POST?

Will the user session remain open afterwards and, if so, for how long?

Would anyone explain the steps involved?

Any observations welcome!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ba213547-7d4f-4fb7-871e-28c24e8a63a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment