arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
917 stars 215 forks source link

API authentication #217

Closed 25-do closed 3 weeks ago

25-do commented 1 month ago

When trying to access the API at http://127.0.0.1:8000/api/v1/o/token/ i was getting an { "error": "unsupported_grant_type"} and { "error": "invalid_client"} turned out there were some missing settings OAUTH2_PROVIDER