# simple-auth-go **Repository Path**: baizhige/simple-auth-go ## Basic Information - **Project Name**: simple-auth-go - **Description**: 简易授权鉴权工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-05 - **Last Updated**: 2024-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单的鉴权框架 框架不耦合任何其他框架或者数据驱动,以接口的方式对外提供。 # 依赖关系 auth->schema->util # 案例 * demo1 -- 结合gin框架简易示例