oauth/templates/client/index.html
author ymh <ymh.work@gmail.com>
Fri, 11 Mar 2016 00:03:15 +0100
changeset 20 af79d3dd81f7
parent 5 4407b131a70e
permissions -rw-r--r--
Added tag 00.00.02 for changeset dc3f8366729d

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title></title>
</head>
<body>
  <h4>Mock GED client</h4>
  <p>Client Credentials OAuth token owner is: {{ oauth_username }}</p>
  <p>Logged user is: {{ current_username }}</p>
  <p>Create a <a href="{{ config['CREATE_RENKAN_URL'] }}">new Renkan</a> and edit (authorization flow)</p>
  <p>Create a <a href="{{ url_for('renkan_request') }}">new Renkan</a> from server (clients credentials)</p>
</body>
</html>