In this video, we'll be continuing our discussion of implementing Google OAuth using Auth0 in Go. In Part 1 we learned how to create a go server that can handle authentication using authorization code flow. In this video, we'll be doing all the heavy lifting by handling session persistence using session and cookies.
Source code: https://github.com/pgaijin66/Google-O...
If you're new to Google OAuth and Auth0, or just want to brush up on what you've learned, be sure to check out Part 1 of this series! In this video, we'll be covering everything from setting up your Auth0 account to handling token requests and authentication. Thanks for watching!