- Package variables are often an anti-pattern in GoPublished
Mon, 09 May 2022 23:02:11 -0600 This final part uses middleware to completely automate auth and eliminate all the toil to create a platform that is secure by default.PublishedSun, 08 May 2022 12:26:47 -0600 This part includes the creation of Authentication, HTTP, and gRPC services that use JWT for distributed authenticationPublishedSun, 01 May 2022 12:26:46 -0600 How to use JWT to build a highly scalable authentication system for your Go stack. This part teaches the fundamentals of JWT and builds a basic command-line issuer and validator using Go
