Skip to content

eXtern-OS/AccountsServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Account management system server for eXternOS

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

Account management system server for eXternOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published