Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Skipping CSRF validation upon valid signed request #8

@rshk

Description

@rshk

I just added a middleware class that prevents CSRF validation (by setting it as already checked) in case a valid signed request was found.
All the code is committed in my own django-facebook fork: https://github.com/rshk/django-facebook (I just changed the middleware module and README.md).

Now, I'm not sure what the exact procedure should be in order to integrate with mainstream (if you would like to), since
I'm quite new to the whole git/github thing; should I submit a pull request? How do I do that?

Anyways, the changes I made consist just in an extra middleware class, so you could just copy-paste that.

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