Skip to content
Snippets Groups Projects
  • Christoph Wurst's avatar
    d8cde414
    token based auth · d8cde414
    Christoph Wurst authored
    * Add InvalidTokenException
    * add DefaultTokenMapper and use it to check if a auth token exists
    * create new token for the browser session if none exists
    hash stored token; save user agent
    * encrypt login password when creating the token
    d8cde414
    History
    token based auth
    Christoph Wurst authored
    * Add InvalidTokenException
    * add DefaultTokenMapper and use it to check if a auth token exists
    * create new token for the browser session if none exists
    hash stored token; save user agent
    * encrypt login password when creating the token