jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.06k stars 777 forks source link

Don't access oauth2_settings if OAuthLibCore server parameter is prov… #1394

Open claytonsingh opened 5 months ago

claytonsingh commented 5 months ago

Description of the Change

Dont access oauth2_settings if server parameter is provided

Checklist

n2ygk commented 4 months ago

@claytonsingh what is the purpose of this change? How and why would one do this?

claytonsingh commented 4 months ago

I have some specific requirements and am not using this library in INSTALLED_APPS. The methods and classes do provide extensive value though.