2021-07-31 –, TR209
Language: 漢語
User authentication in Go Web Server
hackmd url:https://hackmd.io/@coscup/HyHyr6PR_/%2F%40coscup%2FSJwCVpvRd
slido url: Abstract:介紹目前 Web application 中主流的 User authentication 機制,其中包含:
1. 經典 user / password,將說明在實作中大家可能忽略而造成弱點的地方
2. OTP multi-factor 機制與實作流程
3. 可能成為未來主流的 Web authentication protocol 流程說明
4. 比較 Go user authentication 相關的 open source projects
35
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
中階