Changes between Version 12 and Version 13 of AccountServer
- Timestamp:
- Apr 30, 2020, 5:05:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountServer
v12 v13 3 3 The AccountServer is a very lightweight apache tomcat application that builds on top of the [wiki:AccountManager] to build a set of web pages allowing internet based account handling 4 4 5 = Core functionality5 = Core functionality 6 6 The core of the AccountServer is the Account servlet. It has four modes 7 7 * GET: this returns a json structure {"name":username, "id":userid} with the current user name and id. It returns error 500 if the user is not logged in.