Am wondering what other developers enjoy more as an Authentication method when integrating with APIs, Digest ? Basic Auth ? OAuth? API key ? JWT ?
For further actions, you may consider blocking this person and/or reporting abuse
Am wondering what other developers enjoy more as an Authentication method when integrating with APIs, Digest ? Basic Auth ? OAuth? API key ? JWT ?
For further actions, you may consider blocking this person and/or reporting abuse
Stephane Noutsa -
Somil Gupta -
Vaishnavi -
Sushant Gaurav -
Top comments (4)
JWT
Django Auth Token
JWT if I can, OAuth otherwise.
If I I may ask, why do you prefer JWT ?