Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use crypto/rand for XSRF token generation
Issue: #20 Uses crypto/rand instead of math/rand for XSRF token generation, as @elithrar suggested. In that issue it was also suggested that we either use gorilla/csrf or repurpose it for Golf, so this PR may not close the issue.
- Loading branch information