• Go Web Applications
  • Introduction
  • Fundamental
    • Language's feels
    • Builtin Types
    • Variables and Keywords
    • Control Statements
    • Arrays, Slices and Maps
    • Struct
    • Functions
    • Methods
    • Packages
    • Passed By Value or Reference
    • Pointers and References
    • Interface and Reflection
    • Error Handling In Go
    • Object Oriented of Go
    • Dependency Injection
  • Concurrency
    • what is a goroutine ?
    • Channels
  • Writing Web Applications
    • Installation of Go & IDE
    • net/http
    • mgo - MongoDB driver for Go
    • User Authentication
  • Resources
Powered by GitBook

User Authentication

User Authentication

Preparation Ref:

  1. End-user authentication for Go web applications
  2. Auth and Sessions
  3. go.auth
  4. Goth: Multi Provider Authentication for Go
  5. httpauth (there is a lot httpauth implementation, not just this one)
  6. Building a Web Server in Go: Authentication Cookies
  7. OAuth2: 3-legged authorization in a Go web application
  8. GoLang Webapp Tutorial
  9. Login/logout in web application (Go)
  10. Adding Authentication - chapter 2 of "Go Programming Blueprints"
  11. gomniauth
  12. Golang Sessionless Authentication with Google OAuth2 Part 1
  13. Authentication With Beego Pt 1: Env Setup and Table Generation
  14. Authentication with Beego Pt 2: Forms, Users and Passwords
  15. Authentication With Beego Pt 3: Sessions and Filters
  16. Passwordless Authentication With Golang
  17. Golang : Login(Authenticate) with Facebook example
  18. STEP by STEP guide to SSH using GO / GOLANG
  19. OAuth: The Big Picture
  20. A Short History of API Authentication (and where it's going): from HTTP basic to OAuth 2.0

results matching ""

    No results matching ""