• Administrator's avatar
    Changes authentication to HTTP Basic · 6fd8f7ef
    Administrator authored
    The user authentication was currently done using a cookie and following
    the same style of token as the HTTP Basic authentication (i.e. a
    concatenation of user and password joined with a ':' encoded with
    base64).
    
    This authentication has been replaced by a standard HTTP Basic
    authentication.
    6fd8f7ef
Name
Last commit
Last update
..
dao Loading commit data...
dataset Loading commit data...
entities Loading commit data...
filters Loading commit data...
listeners Loading commit data...
matchers Loading commit data...
rest Loading commit data...
suites Loading commit data...
util Loading commit data...
web Loading commit data...
DAAExampleTestApplication.java Loading commit data...