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
Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.
John Ajera -
Sushant Gaurav -
Ravin Rau -
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 ?