django-oauth-toolkit icon indicating copy to clipboard operation
django-oauth-toolkit copied to clipboard

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

Open claytonsingh opened this issue 1 year ago • 3 comments

Description of the Change

Dont access oauth2_settings if server parameter is provided

Checklist

  • [x] PR only contains one change (considered splitting up PR)
  • [ ] unit-test added
  • [ ] documentation updated
  • [ ] CHANGELOG.md updated (only for user relevant changes)
  • [x] author name in AUTHORS

claytonsingh avatar Jan 29 '24 08:01 claytonsingh

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

n2ygk avatar Feb 27 '24 17:02 n2ygk

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

claytonsingh avatar Mar 01 '24 07:03 claytonsingh