mcueto / djangorestframework-auth0

Library to simply use Auth0 token authentication in DRF within djangorestframework-jwt
MIT License
91 stars 19 forks source link

fix: can't getattr when authentication try to clean name #47

Closed chrisguox closed 4 years ago

chrisguox commented 4 years ago

authentication.py 98 if auth0_api_settings.REPLACE_PIPE_FOR_DOTS_IN_USERNAME:

the settings do not have the attr.

mcueto commented 4 years ago

Thanks @chrisguox !