Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

HTTP Basic API authentication #66

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 2 years ago

The API should now require authentication using the username and password of User accounts (#65).

Note: originally I wanted to set up API tokens, but actually HTTP auth will do for now. Revisit tokens later.

Stefan4472 commented 2 years ago

Oops... tagged the commits with the wrong number.

f0c6ce6a153ba61f5d1b11ddf3af95fb89e60643 4e68bdc4555c51244317e6f58823bdd74cb2f926

Stefan4472 commented 2 years ago

Actually, my implementation does not follow the standards. See https://swagger.io/docs/specification/authentication/basic-authentication/

Marking as Open