authlib

Python Authlib: 'View' object has no attribute 'get_absolute_uri'

Python Authlib: 'View' object has no attribute 'get_absolute_uri' Question: I am adding OAuth 2.0 to a new Django-DRF API via Auth0 using Authlib. Everything has always worked fine using a function-based views however when I try to apply the authlib ResourceProtector decorator to a class-based view it keeps returning an error ‘ViewSet’ object has no …

Total answers: 1