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
Sushant Gaurav -
Jonas Scholz -
Juraj -
Ehtesham Ali -
Top comments (4)
JWT
Django Auth Token
JWT if I can, OAuth otherwise.
If I I may ask, why do you prefer JWT ?