Middleware - Golang Web Dev

preview_player
Показать описание

In this video we look at middleware as a solution from repeating ourselves in our code, as well as making our code look a lot cleaner.
Рекомендации по теме
Комментарии
Автор

Very useful video again! I can see the bright future of your channel in the days of Go's bright future! Jesus bless you man!

swibay
Автор

Great explanation! What if we want to decode the JWT token in the middleware, and pass a few values to our handler?

jorisjansen
Автор

Is there a way to easily make this session cookie store global? And also making the middleware global to use it for multiple routes over multiple controllers/handlers?

ekekw