# springboot-myoauth2-demo2 **Repository Path**: git843855403/springboot-myoauth2-demo2 ## Basic Information - **Project Name**: springboot-myoauth2-demo2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-04 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README swagger首页: ip+port/swagger-ui.html#/ 1. mongodb版本v4.2.2 2. 涉及到使用Vuejs发出请求,所以需要解决跨域问题 3. 需要分析access_token数据结构中每项的意义 access_token格式 { "access_token": "b90c7863-2f92-4118-85ca-77b995f0677a", "token_type": "bearer", "refresh_token": "917e7237-3e0a-4aef-98a2-ada256b5eaef", "expires_in": 43199, "scope": "all" } 4. 将数据持久化到mongodb里面 5. 验证token的数据放到redis里面