webtoy_auth

command module
v0.0.0-...-b1e5a9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2022 License: MIT Imports: 10 Imported by: 0

README

webtoy-auth

用户认证服务, 也充当用户信息服务

接口

用户认证

url: /user/auth desc: 用户认证 note: 无 payload

{
    "name": string,  // 用户名
    "email": string,  // 邮箱
    "phone": string,  // 手机号
    "passwd": string, // 密码
}

return

{
    "uid": string,  // 用户id
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL