#DRF help

17 messages · Page 1 of 1 (latest)

dim owl
#

🤷 Your going to get opinions based on what others have used in the past, but that's not necessarily going to the right choice for your project.

If you would like some more objective advice, then you will need to share more context about what you are trying to achieve.

My personal choice: web, I would stick with plain django or all-auth.

supple shale
supple shale
dim owl
#

Stick with plain Django to begin with

supple shale
#

Compare to password

dim owl
#

Yes in that you aren't storing a password for someone to remember

supple shale
dim owl
#

A reasonable choice

supple shale
#

Thank you

#

Is simple jwt is terrible ?

dim owl
#

No, it does a job, but I generally avoid JWTs when I can

supple shale
#

I'm trying avoid so many package

dim owl
#

One of the hidden benefits of Django, is wide, mature ecosystem of packages that give choice for those gaps

supple shale
#

Right

#

So I still need package