go-in-5-minutes
go-in-5-minutes copied to clipboard
Basic auth and session handling
Hello @arschles,
what do you think about a screencast which covers the basic authentication of users and session handling in web applications? Implementing it is required in most of them.
Furthermore, you could build on top of episode 5 'Building Web Applications in Go'.
@digitalcraftsman great idea. I've used a few different auth frameworks, so I'll put together a good example and screencast for how to use it. thanks!
:+1:
:+1:
https://github.com/thewhitetulip/web-dev-golang-anti-textbook/blob/master/content/4.0authentication.md
This could be of some help...