DEV Community

Alex Pliutau
Alex Pliutau

Posted on

Video: Getting started with OAuth2 in Go

oauth2

Authentication usually is very important part in any application. You can always implement your own authentication system, but it will require a lot of work. That's why OAuth2 was created, to allow user to log in using one of the many accounts user already has.

In this video we'll create a simple web page with Google login using oauth2 Go package.

Top comments (4)

Collapse
 
ben profile image
Ben Halpern

Hey Alex, I just gave you video upload permission if you're interested in the functionality. It's a new feature we're rolling out gradually. No pressure, but it's there if you want to use it. It will help your videos display more prominently throughout the site.

Collapse
 
ben profile image
Ben Halpern

(You should now see it in your dashboard)

Collapse
 
plutov profile image
Alex Pliutau

It will be also nice to have an option to embed youtube one.

Collapse
 
plutov profile image
Alex Pliutau

Nice, let me try it!