command
module
Version:
v0.0.0-...-76b4d0c
Opens a new window with list of versions in this module.
Published: Mar 25, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gin-auth
主要实现功能
更多相关项目流程参考流程图
- 建立用户表的增删改查
- user 用户储存用户的相关信息,不包含敏感信息。(用户名,密码等)
- user_login 管理用户密码的登录操作,最终关联到
user
表查询数据
- user_oauth 管理用户第三方登录的信息,类似
user_login
(待完善)
- 用户功能
- JWt 认证功能
运行步骤:
-
将 Sql 文件 user.sql 导入数据库 user
中
在项目的 conf 配置下。数据库用户、密码默认为 root
端口号:3306
-
在项目的根目录下载 swag 命令: go get -u github.com/swaggo/swag/cmd/swag
运行 swag init
初始化文档 And 运行 go run main.go
跑起来程序
-
之后在浏览器上运行 http://localhost:8000/swagger/index.html 开始测试功能
TODO
更新 xmind 流程图
- 其它需求暂定
涉及到的知识点(框架)
部分功能会展开介绍,如遇问题 Issues
参考
- 整体架构入门参考于 go-gin-example
- 建表参考于 廖老师的文章
结语
我也属于刚入行Golang
新星.如发现重大问题请直接指出. 小弟积极吸取. Thx.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.