随笔分类 -  权限认证

登录注册权限校验相关框架学习
摘要:参考:https://www.jianshu.com/p/e88d3f8151d 一、 流程图 二、 具体实现 说明: 基于SpringBoot 引用依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifact 阅读全文
posted @ 2021-12-01 17:19 泡沫幻影 阅读(89) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.ruanyifeng.com/blog/2019/04/github-oauth.html https://blog.csdn.net/Lee_01/article/details/103691864 1.获取GitHub 客户端 ID(client ID)和客户端密钥 阅读全文
posted @ 2021-11-26 17:32 泡沫幻影 阅读(139) 评论(0) 推荐(0) 编辑
摘要:参考: https://www.jianshu.com/p/7f724bec3dc3 1.引入maven依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot 阅读全文
posted @ 2021-11-26 14:39 泡沫幻影 阅读(50) 评论(0) 推荐(0) 编辑