Skip to content

通用账号系统,方便个人开发者快速构建安全高效的账号体系

License

Notifications You must be signed in to change notification settings

WZH-Team/Common-Account-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Common-Account-System

通用账号系统

该内源项目遵循Read-Me

此项目为内源项目的开源版本,最新版本为1.3(内源),此版本为1.1(开源) 此项目依赖Mysql数据库,请自行安装并配置好数据库后使用。相关安全问题将在内源版本解决,开源版本可自行提交issues要求团队更新

SQL初始化

CREATE TABLE IF NOT EXISTS `users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

About

通用账号系统,方便个人开发者快速构建安全高效的账号体系

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages