You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. In controllers/token.py and controllers/protected_resource.py you reference a function called meta_data. However, this function isn't defined anywhere.
Shouldn't this function be defined in 'utils.py'? What is it supposed to do exactly?
The text was updated successfully, but these errors were encountered:
@ailnlv Yes. There was a function that did that. This code was merged with a fork that @SamuelMarks did. The function was present in the first version.
Hi. In
controllers/token.py
andcontrollers/protected_resource.py
you reference a function calledmeta_data
. However, this function isn't defined anywhere.Shouldn't this function be defined in 'utils.py'? What is it supposed to do exactly?
The text was updated successfully, but these errors were encountered: