|
|
|
|
|
by TACIXAT
2270 days ago
|
|
Integration with auto cert would be really nice. That is usually the biggest chunk in the body of my Go servers' main functions. Edit: Is it also easy to hook up a CRSF middleware? I guess that's my pain point with modern web development. Most cool features need SSL, you should add CSRF protections, gotta pick a good password hashing algorithm. I know how to do it but it's a bunch of tedious work when I just want to hack something together. Would love a framework that streamlines all that. |
|
About CSRF, as the framework is focused on APIs, the use of cookies is possible but not recommended, so you won't need CSRF protection when using Goyave.