CSRF middlware is not usable with go gin
rew1nter opened this issue · 1 comments
rew1nter commented
bstpierre commented
gin uses a different function type for middleware, you need to use an adapter. See this comment for a solution: #78 (comment)
rew1nter opened this issue · 1 comments
gin uses a different function type for middleware, you need to use an adapter. See this comment for a solution: #78 (comment)