-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I noted that Gorilla's CSRF and schema packages don't work with each other by default - see gorilla/csrf#203
As per this comment #135 (comment) the CSRF token is rejected by schema because it contains periods.
I think the behaviour should be that schema is aware of the gorilla CSRF library implementation and has a special case for gorilla.csrf.Token
- i.e. to ignore it.
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response