1. 22 Feb, 2021 1 commit
    • Administrator's avatar
      Updates project for the new course · c914257d
      Administrator authored
      Angular has been updated to the version 11.
      
      In addition, some minor changes have been done to update the project
      and adapt it to some depencencies updates.
      c914257d
  2. 09 Feb, 2019 1 commit
    • 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