COSCUP x RubyConf TW 2021

User authentication in Go Web Server
07-31, 14:00–14:35 (Asia/Taipei), TR209
Language: 漢語


Translate Title

User authentication in Go Web Server

Talk Length

35

您是否知悉並同意如採遠端形式分享,需提供預錄影片(您需同意大會才能接受您的稿件) – yes Difficulty

中階

hackmd url

https://hackmd.io/@coscup/HyHyr6PR_/%2F%40coscup%2FSJwCVpvRd

slido url

https://app.sli.do/event/a3t9ozuk

Abstract

介紹目前 Web application 中主流的 User authentication 機制,其中包含:
1. 經典 user / password,將說明在實作中大家可能忽略而造成弱點的地方
2. OTP multi-factor 機制與實作流程
3. 可能成為未來主流的 Web authentication protocol 流程說明
4. 比較 Go user authentication 相關的 open source projects

English Abstract

User authentication in Web applications written in Go. There are four parts in this sharing:
1. Potential issues of user / password authentication
2. The implementation of OTP mechanism
3. Authentication flow of Web authentication protocol
4. open source libraries comparison