# user_auth **Repository Path**: aslent/user_auth ## Basic Information - **Project Name**: user_auth - **Description**: user_auth spring security, jwt, spring boot 动态菜单权限校验。 包括用户管理、角色管理、菜单管理和权限管理。 引用网址:https://www.jianshu.com/p/54603b9933ca 作者信息:https://www.jianshu.com/u/c1e83ff09cae - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # user_auth spring security, jwt, spring boot 动态菜单权限校验。 包括用户管理、角色管理、菜单管理和权限管理。 ### 2021-1-28: * 增加spring rest docs * 优化了单元测试,增加了过滤器和测试前登陆 * 增加用户管理等接口 ### 2021-1-29: * 完成登录用户的菜单查询 ### 2021-1-30: * 增加添加用户的功能 ### 2021-2-1: * 增加添加角色的功能 * 增加设置用户角色功能 * 增加重复唯一索引异常处理 * 增加添加菜单功能 * 修复列表可能会出现的空指针异常 ### 2021-2-2: * 增加添加权限功能 ### 2021-2-4: * 增加登出功能