User authentication in Go Web Server
演講摘要
介紹目前 Web application 中主流的 User authentication 機制,其中包含:
- 經典 user / password,將說明在實作中大家可能忽略而造成弱點的地方
- OTP multi-factor 機制與實作流程
- 可能成為未來主流的 Web authentication protocol 流程說明
- 比較 Go user authentication 相關的 open source projects
英文演講摘要
User authentication in Web applications written in Go. There are four parts in this sharing:
- Potential issues of user / password authentication
- The implementation of OTP mechanism
- Authentication flow of Web authentication protocol
- open source libraries comparison
Cherie Hsieh