Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to Build a Social Authentication Application with Golang
Rating: 2.2 out of 5(3 ratings)
32 students

How to Build a Social Authentication Application with Golang

Learn programming from a Fullstack Developer with over 6 years of practice experience.
Last updated 12/2020
English

What you'll learn

  • Build web app endpoints
  • Create social networks and email authentication
  • Create integration tests
  • Receive a new knowledges in arhitecture of modern apps

Course content

1 section11 lectures39m total length
  • What you need at the start and what you will receive in the end.9:24
  • How create config file, what should containse2:28
  • How read from config file, differents for main and test configs2:42
  • How create routes, manage it and execute4:01
  • How create base controller and authentication2:36
  • How create signup endpoint with social and email5:13

    Build a signup endpoint that supports social providers and email, handling provider type, user creation, profile updates, and secure responses in a Golang-based authentication app.

  • How create login endpoint with social and email3:18
  • How create password reset by email endpoint2:45
  • How create password reset by token endpoint1:51

    implement a password reset by token endpoint in a golang social authentication app, locate the user by token, query the database, generate a new token, and update the record.

  • How create profile updating endpoint2:04
  • How create good integration tests3:34

    Learn how to design and run integration tests for a golang social authentication app, focusing on endpoints, request/response validation, and using go test for setup.

Requirements

  • You should be able to have knowledges at least in one programming languages
  • You should be able to know how install mysql and create database and table
  • You should be able to know base commands for golang programming language

Description

Requirements

  • You should install go sdk, editor for coding mysql server and client. Create datase and table from sql  dump. This course starts at the level if you have already expirience in coding and open to get a new knowledegs.

Description

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Go is an amazing choice for a language as it was developed by some of the same individuals who created the C programming language, Unix, and UTF-8 - some of the most influential contributions to computer science. Robert Griesemer, Rob Pike, and Ken Thompson created Go to be a modern language that easily uses multiple cores, easily implements concurrency, easily works in distributed environments, and easily allows the programmer to write programs - it has a very lean and user-friendly syntax.

Go was created by luminaries in computer science at one of the best, if not the very best, software engineering firm to have ever existed - Google.

The credentials of Go are unsurpassed

In my opinion, Go is the best programming language that you can used for web development today. I began programming in 2005 with Borland Builder, I have worked with many languages, and Go is the best language which I have ever used. Go is also the top-paid programming language in America today.

Come learn about the greatest programming language ever created. You will leave with resources and code samples to start making all of your software and apps really go.

Who is the target audience?

  • This is a developers who had expirience in different languages.
  • This course is ideal for is want and social authentication for your site.
  • This course is perfect for experienced programmers wanting a thorough tntegration tests.
  • This course is perfect for experienced programmers wanting to fill in gaps in their programming knowledge.

Who this course is for:

  • Anyone who wants to learn a code
  • Anyone who wants to make betters his skills in go and integration tests with social networks endpoints