Author name: babalearn

interview-skills

Server-to-Server常用认证方式

API key 放在请求头里,例如 Token(jwt) 先调用登录api来获得token 然后得到相应: 然后带上这个token在请求头里: OAuth2 1. 用户点击“用 Google 登录” 2. 前端拿到 Google 的 ID Token 3. 前端把

interview-skills

Software Test

There’re different test types across software testing. Unit testing Unit testing means writting automated tests for the smallest testable parts

Scroll to Top