aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/helper/Authorization.java
AgeCommit message (Collapse)Author
2015-11-27Initial implementation of new api with jax-rs.Rafael Guterres
Revert servlets to old api and remove plurals. Fix findbugs for header origin.
2015-11-14Add api support to http methods and status codes.Rafael Guterres
2015-11-06Fix checkstyleRafael Guterres
2015-11-05Change class Base64 to support current javaRafael Guterres
2015-11-05Add support to authorization basic http header in alternative to cookie and ↵Rafael Guterres
java session. Modification to allow traccar api stateless.