PoC of school digital workspace without a CAS, using Macaroons

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>DAS</title>
  5. </head>
  6. <body>
  7. <form method="post" action="">
  8. <input type="text" placeholder="first name" name="first" />
  9. <input type="text" placeholder="last name" name="last" />
  10. <input type="submit" value="Log in" />
  11. </form>
  12. </body>
  13. </html>