Hi all! I'm no frontend person, but I do help triage issues in 
djangorestframework-simplejwt. It's probably one of the most used 
authentication library for DRF users and most of all frontend framework 
devs of Django (i.e. React, Angular, Vue).

I've been getting lots of comments about issue #157 
<https://github.com/SimpleJWT/django-rest-framework-simplejwt/pull/157> not 
getting merged. I'm still not convinced that it should be merged at this 
point, but I'm wondering if there's a better way for these frontend 
framework JS devs to integrate with Django sessions.

Again, I'm no frontend JS person. In fact, I've never actually coded with 
React or any of these frameworks before (I just generally know enough how 
most integrate with Django). But looking into the techs themselves, 
shouldn't there be a way to render the HTML content on python manage.py 
runserver (or however way you're deploying with something like gunicorn), 
map out where you want to put your template tags (like you code with the JS 
tech and a library inserts where you want the tags or variables), and then 
voila... you can use the sessions middlewear?

If this hasn't been done, someone should make it happen... If enough 
attention comes by for a better idea, I'd love to help collaborate!

My GitHub page: https://github.com/Andrew-Chen-Wang

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4e8d86c3-1f02-4572-b447-ed4639858248n%40googlegroups.com.

Reply via email to