The BEST OAuth Golang Tutorial for Authentication | Sign In With Google

preview_player
Показать описание
The ultimate #golang tutorial you will need on how to successfully set up any provider to your application for server side rendering

Video Editor: @TheMason

### Twitch
I stream live on Twitch every weekend
Join the amazing community on Discord
I post memes and host Twitter Tech Spaces

SUBSCRIBE OR GET LAID OFF
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

#coding #neovim #typescript #programming #vim #softwareengineering #codinglife #webdesign #webdevelopment #webdev #javascript #rustlang #rust #twitch #twitchstreamer #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment #gymbro #gym #programmerhumor #programming #coding #golang #go #golanguage
Рекомендации по теме
Комментарии
Автор

I hope you enjoy this longer tutorial style video!
Let me know if you enjoy this style of content - been experimenting a lot with different types of videos!
Please make sure to comment + like - the algo loves it

MelkeyDev
Автор

Maybe a whole backend tutorial series to combine it all and we all become golang ninjas 😅

jaymartinez
Автор

“I do not want you to show my email” a few second later the email is printed out in the console.

shintaii
Автор

Pure gold! Thanks for sharing. It was just I needed

Antonio-yyec
Автор

A complete implementation of authentication with cookies, permissions, middleware using this library would be great help. Thanks for share your knolage ^^

AzzynTeam
Автор

I am new to golang and I was searching for some times now, thank you boss

Alqahqah
Автор

Let’s goooo Go auth video dropped, putting a suit on one sec!!!

emil_l
Автор

Thank you very much for this clear and detailed tutorial. It was a big help.

ashraffayad
Автор

Liked and subscribed - thanks for the great content my dude

oscarmendez
Автор

As you said at the beginning, I have been looking for a video like this, great video!! Ps: How does teej feels about you using vsode?

lcarv
Автор

Great video, has helped my out with implementing this exact thing in my project! I think having a way to view the final code for at least the implementation of the goth authorization functions in the backend could be helpful. You mentioned copy and pasting 2 of the 3 functions from goth accross to save video time, but being able to see the end result of that and how it all should fit together could help make it clearer for people. Very helpful video regardless, thanks.

meirionlayton
Автор

Awesome video! Exactly what I was looking for.

Fun fact: I watch your video on 0.8x speed

martingallauner
Автор

How about performance consederations? if I did not need more than 3 oauth services, using the built in go oauth package may be a better choice, what's your take, but at the end it all make sense what to choose

nnamdi
Автор

noice, I struggled a little bit to implement github oauth in my Golang x Sveltekit app recently. Will probably rewrite it using goth cos it looks so much cleaner than my implementation. That editing tho! 🙌

josephx
Автор

nice stuff really like your channel :)

lucav.k.
Автор

Would be nice to see beyond from that, like storing the User in your "user" table in a database. This way you can handle a signup and signin for the user.

Couldn't find any example of that online. In other languages is plenty of it, like Node with Prisma and Nextauth for Oauth.

hrqmonteiro
Автор

Nice one definitely would like to see more of this type of stuff from you, great tutorial

bjywqnk
Автор

I have a golang api only project. How can I use it with a mobile app? Since there is no redirect to the mobile application

nanakwesiaikins
Автор

Yess omg
I got fed up with searching for an 3rd party auth example for go lang and started learning jwts and shizz

vaayuo
Автор

Any idea how to manage this from a mobile app using dart or react native instead of the web interface?

SuperTieX