Closed muety closed 3 years ago
We currently use these Gorilla features:
mux
schema
securecookies
handlers
Okay, securecookie is actually pretty convenient when not using JWTs anyway. Definitely want to keep it for now.
securecookie
Okay, actually, Gorilla is fine...
We currently use these Gorilla features:
mux
(routing)schema
(form decoding)securecookies
handlers
(logging only)