Skip to content

Typo error at the decorators #250

@Chuseuiti

Description

@Chuseuiti

I was following the documentation:

https://django-oauth-toolkit.readthedocs.org/en/latest/views/function_based.html?highlight=protected_resource#rw_protected_resource

At the part regarding rw_protected_resource, I was having the error:

name 'rw_protected_resource' is not defined

Because the import of the website is importing:

from oauth2_provider.decorators import protected_resource

and not:

from oauth2_provider.decorators import  rw_protected_resource

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions