# Security-OAuth2 **Repository Path**: luo-wenjie12/Security-OAuth2 ## Basic Information - **Project Name**: Security-OAuth2 - **Description**: spring security oauth2.0 jwt 等认证技术练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2022-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Security-OAuth2 - 负责人: - 邮箱: ## 项目简介 用于spring security oauth2.0 jwt 等认证技术练习 ## 相关文章 Spring-Security: https://www.iocoder.cn/categories/Spring-Security/ ## 日记 2021-07-14 - jwt颁发和验证 2021-07-16 oauth2.0相关接口 - password模式: http://localhost:8084/oauth/token?username=user_1&password=123456&grant_type=password&scope=select&client_id=client_2&client_secret=123456 - client模式 http://localhost:8084/oauth/token?grant_type=client_credentials&scope=select&client_id=client_1&client_secret=123456 - refresh_token刷新(有坑 https://blog.csdn.net/qq_44766883/article/details/106651024) http://localhost:8084/oauth/token?grant_type=refresh_token&refresh_token=ac929997-46cd-4549-a34b-ecbbf388e6f7&client_id=client_1&client_secret=123456 - order接口 http://localhost:8084/order/1?access_token=ac929997-46cd-4549-a34b-ecbbf388e6f - product接口 http://localhost:8084/product/1