https://github.com/jerryshell/golang-web-login
Golang Web Session 的实现
https://github.com/jerryshell/golang-web-login
Last synced: 10 months ago
JSON representation
Golang Web Session 的实现
- Host: GitHub
- URL: https://github.com/jerryshell/golang-web-login
- Owner: jerryshell
- License: gpl-3.0
- Created: 2018-05-02T11:55:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T08:56:05.000Z (over 4 years ago)
- Last Synced: 2025-03-27T22:50:49.409Z (11 months ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang Web Session 的实现
* 默认用户:admin
* 默认密码:admin
数据库驱动:[mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
# 功能列表
- [x] 登录
- [x] 注销
- [x] 注册
- [x] 更新信息