Skip to content

meanos/acounts-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Account management system server Account management system server for meanOs

Endpoints:

/api/newToken Get new token by passing login and password in !JSON! body in GET request /api/register You need to pass these parameters in JSON body request:

        Name      string `json:"name"` (obligatory)
	Username  string `json:"username"` (obligatory)
	Website   string `json:"website"` 
	Email     string `json:"email"`
	Avatarurl string `json:"avatarurl"` (obligatory)
	Password  string `json:"password"` (obligatory)

To be updated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published