Skip to content
Snippets Groups Projects
  1. Oct 13, 2021
    • Jo Sama's avatar
      Initial token auth regime · d5e76191
      Jo Sama authored
      Documents are served only when an appropriate token is included in the
      query params. The token is a SHA 256 of todays date, a secret string,
      and the documents ID. This way the token is only valid for one document
      for one day.
      d5e76191
  2. Oct 05, 2021
    • Jo Sama's avatar
      First iteration of document dealer · 97100674
      Jo Sama authored
      The first iteration supports delivery of documents from DFØs document
      service, directly to the users browser. The document is selected by a
      set of query parameters, and is simply displayed inline.
      
      This version does not include authentication or authorization.
      97100674
Loading