mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #728 from elithrar/gorilla-csrf-gojiv2-simple-scrypt
Added gorilla/csrf, Goji v2 & simple-scrypt
This commit is contained in:
commit
7edc84faac
@ -362,6 +362,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct.
|
||||
* [formam](https://github.com/monoculum/formam) - decode form's values into a struct.
|
||||
* [forms](https://github.com/albrow/forms) - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.
|
||||
* [gorilla/csrf](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services.
|
||||
* [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go.
|
||||
|
||||
|
||||
@ -682,6 +683,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-yara](https://github.com/hillu/go-yara) - Go Bindings for [YARA](https://github.com/plusvic/yara), the "pattern matching swiss knife for malware researchers (and everyone else)"
|
||||
* [lego](https://github.com/xenolf/lego) - Pure Go ACME client library and CLI tool (for use with Let's Encrypt)
|
||||
* [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library.
|
||||
* [simple-scrypt](https://github.com/elithrar/simple-scrypt) - an scrypt package with a simple, obvious API and automatic cost calibration built-in.
|
||||
|
||||
## Serialization
|
||||
|
||||
@ -938,7 +940,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [goa](https://github.com/raphael/goa) - Framework for developing microservices based on the design of Ruby's Praxis
|
||||
* [Goat](https://github.com/bahlo/goat) - A minimalistic REST API server in Go
|
||||
* [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go.
|
||||
* [Goji](https://github.com/zenazn/goji) - Goji is a minimalistic web framework for Golang that's high in antioxidants.
|
||||
* [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`.
|
||||
* [golongpoll](https://github.com/jcuga/golongpoll) - HTTP longpoll server library that makes web pub-sub simple.
|
||||
* [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster
|
||||
* [goose](https://github.com/ian-kent/goose) - Server Sent Events in Go
|
||||
|
Loading…
Reference in New Issue
Block a user