AzMoo / django-okta-auth

Django Okta Auth is a library that acts as a client for the Okta OpenID Connect provider.
MIT License
30 stars 23 forks source link

Logo setting #4

Closed bab3l closed 3 years ago

bab3l commented 3 years ago

I've added a new, optional configuration option for "LOGO_URL", to allow a logo to be specified. Specifying the whole URL won't fit well with anyone using staticfiles, but presumably those people can work out the syntax. No test this time, as the other config options are not tested.

AzMoo commented 3 years ago

I don't really think we need to include this in the library. If you require this for your project you can simply add a setting specific to your project and then use it within your template.