In golang you have to mix and match various libraries.
- For CSRF,  I use http://www.gorillatoolkit.org/pkg/csrf
- For password encryption, I use
https://godoc.org/golang.org/x/crypto/bcrypt

I like using golang without a comprehensive web framework because I
understand all the pieces involved in my web app and how each work.

Thanks
Josh

On Thu, Mar 21, 2019 at 2:36 AM <granda...@gmail.com> wrote:

> Have you checked this?  https://gist.github.com/mschoebel/9398202
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to