文件名称:由PostgreSQL支持的具有JWT身份验证的RESTful API样板-Golang开发
文件大小:59KB
文件格式:ZIP
更新时间:2024-06-15 09:08:42
Golang Authentication and OAuth
Go Restful API样板库易于扩展的RESTful API样板库,旨在遵循惯用的Go和最佳实践。 该锅炉的目标是要有坚实的基础。 任何反馈和pu Go Restful API样板易于扩展的RESTful API样板,旨在遵循惯用的go和最佳实践。 该锅炉的目标是要有坚实的基础。 任何反馈和请求请求都将受到欢迎和高度赞赏。 随意打开问题,仅用于评论和讨论。 功能以下功能集是对典型Web API要求的最少选择:使用viper CLI功能进行配置,并使用cobra PostgreSQL支持i
【文件预览】:
go-base-master
----Dockerfile(459B)
----.gitignore(232B)
----main.go(83B)
----email()
--------email.go(3KB)
--------mockMailer.go(344B)
--------auth.go(610B)
----README.md(6KB)
----public()
--------.gitkeep(0B)
--------index.html(139B)
----database()
--------profileStore.go(719B)
--------migrate()
--------postgres.go(1KB)
--------accountStore.go(2KB)
--------authStore.go(2KB)
--------admAccountStore.go(3KB)
----LICENSE(1KB)
----api()
--------app()
--------admin()
--------server.go(1KB)
--------api.go(3KB)
----go.mod(2KB)
----models()
--------profile.go(962B)
----logging()
--------logger.go(3KB)
----go.sum(24KB)
----templates()
--------email()
----auth()
--------jwt()
--------authorize()
--------pwdless()
----routes.md(9KB)
----cmd()
--------migrate.go(1KB)
--------gendoc.go(2KB)
--------serve.go(1KB)
--------root.go(2KB)