The deeper I dive into Django the more I like it. I implemented DRF's simplejwt plugin today and got the JWT token endpoints automatically created just by adding simplejwt as an app. I just needed to create the register view and I've already got a basic form of auth in no time.
Comments