Changes between Version 12 and Version 13 of AccountServer


Ignore:
Timestamp:
Apr 30, 2020, 5:05:07 PM (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AccountServer

    v12 v13  
    33The 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
    44
    5 =Core functionality
     5= Core functionality
    66The core of the AccountServer is the Account servlet. It has four modes
    77 * 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.