PoC of school digital workspace without a CAS, using Macaroons

form.html 347B

123456789101112
  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="username" name="username" />
  9. <input type="submit" value="Log in" />
  10. </form>
  11. </body>
  12. </html>