login_app 0.1.5

A generic login module for web apps
Documentation
<!DOCTYPE html>
<html>
  <head>
    <title>App Registration Confirmation Status</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="/static/registration.css" />
  </head>
  <body>
    <p>
        {{status}}{% if show_login_link %}You can <a href="/login">login</a> now{% endif %}
    </p>
    <p>
      <a href="/">Home</a>
    </p>
  </body>
</html>