Skip to content

TianLangStudio/rust_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

rust_login

The first step of Web Development 

ChangeLog

  1. post username and password use json

  2. return success or fail by password is equals to username

commit id 541075e

  1. Unified representation return results of API with struct AjaxResult

  2. Add Session Support

actix-session

  1. Add Blake2 Support

  2. Add SSL/TSL Support with rustls

  3. Add Config Support with config

  4. Log Manage with log4rs

  5. Add ORM Support with diesel