Skip to content

Commit

Permalink
Merge pull request #6 from goji/csrf-v1
Browse files Browse the repository at this point in the history
[docs] Updated docs to refer to new goji/ctx-csrf repo
  • Loading branch information
elithrar committed Dec 24, 2015
2 parents bc2e50b + 3403f23 commit 92a804c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# goji/csrf
[![GoDoc](https://godoc.org/github.com/goji/csrf?status.svg)](https://godoc.org/github.com/goji/csrf) [![Build Status](https://travis-ci.org/goji/csrf.svg?branch=master)](https://travis-ci.org/goji/csrf)

> **Goji v2 users**: There's a preview branch with support for [Goji
**Goji v2 users**: A new version with support for [Goji
v2](https://github.com/goji/goji) and any other `context.Context` aware
muxes/applications (i.e. not just Goji!) available under the
[csrf-v2-net-context](https://github.com/goji/csrf/tree/csrf-v2-net-context)
branch. I'm still working out how to version this in [issue #5](https://github.com/goji/csrf/issues/5).
muxes/applications (i.e. not just Goji!) is available in the
[goji/ctx-csrf](https://github.com/goji/ctx-csrf) repo.

goji/csrf is a HTTP middleware library that provides [cross-site request
forgery](http://blog.codinghorror.com/preventing-csrf-and-xsrf-attacks/) (CSRF)
Expand Down

0 comments on commit 92a804c

Please sign in to comment.