mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
commit
849c0fba33
10
README.md
10
README.md
@ -65,9 +65,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
### Middlewares
|
### Middlewares
|
||||||
|
|
||||||
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go
|
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
|
||||||
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http
|
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
|
||||||
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang
|
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang.
|
||||||
|
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
|
||||||
|
|
||||||
|
|
||||||
## Template Engines
|
## Template Engines
|
||||||
|
|
||||||
@ -95,7 +97,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
*Libraries for implementing authentications schemes.*
|
*Libraries for implementing authentications schemes.*
|
||||||
|
|
||||||
* [goauth](https://github.com/alloy-d/goauth) - A Go library for doing header-based OAuth over HTTP or HTTPS. Mostly created for working with Twitter.
|
* [goauth](https://github.com/alloy-d/goauth) - A Go library for doing header-based OAuth over HTTP or HTTPS. Mostly created for working with Twitter.
|
||||||
* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middlewa
|
* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware.
|
||||||
* [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT).
|
* [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT).
|
||||||
* [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.
|
* [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user