# springboot-security-oauth2 **Repository Path**: Lolidaisuki/springboot-security-oauth2 ## Basic Information - **Project Name**: springboot-security-oauth2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2017-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-security-oauth2 ### Spring集成Spring Security、OAuth2实现资源访问授权认证。 ### 后端主要做的是认证服务器和资源服务。 ### 用户登录使用自定义UserDetailService从MySQL中加载数据。 ### 用户认证的token使用RedisTokenStore保存在redis中。