An open API service indexing awesome lists of open source software.

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 的实现

Awesome Lists containing this project

README

          

# Golang Web Session 的实现

* 默认用户:admin
* 默认密码:admin

数据库驱动:[mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)

# 功能列表

- [x] 登录
- [x] 注销
- [x] 注册
- [x] 更新信息