Closed mshenfield closed 6 years ago
Ah good point, I will try to get to this on Saturday, if you want to have it earlier feel free to make a PR 👊
I can take knock it out in the next day or two.
it is pretty much just removing the exceptions.py file, and that exception, and returning None instead, updating tests.
Based on the API Star Authorization documentation
This allows having multiple authentication mechanisms, and to globally set
JWTAuthentication
in theauthentication
setting w/out it requiring authorization for every endpoint. Right now, settingwill 401 if a JWT hasn't been set, which doesn't work well for public endpoints.
Version Info:
Thanks for creating this btw - it's been extremely handy for a side project.