| author | durandn |
| Wed, 05 Oct 2016 14:24:32 +0200 | |
| changeset 124 | 983e72b4bc45 |
| parent 5 | 4407b131a70e |
| permissions | -rw-r--r-- |
| 3 | 1 |
<!DOCTYPE html> |
2 |
<html lang="en"> |
|
3 |
<head> |
|
4 |
<meta charset="UTF-8"> |
|
5 |
<title></title> |
|
6 |
</head> |
|
7 |
<body> |
|
8 |
<h4>Mock GED client</h4> |
|
|
5
4407b131a70e
adjustments on Oauth server and mock ged client + Readme
durandn
parents:
3
diff
changeset
|
9 |
<p>Client Credentials OAuth token owner is: {{ oauth_username }}</p> |
|
4407b131a70e
adjustments on Oauth server and mock ged client + Readme
durandn
parents:
3
diff
changeset
|
10 |
<p>Logged user is: {{ current_username }}</p> |
|
4407b131a70e
adjustments on Oauth server and mock ged client + Readme
durandn
parents:
3
diff
changeset
|
11 |
<p>Create a <a href="{{ config['CREATE_RENKAN_URL'] }}">new Renkan</a> and edit (authorization flow)</p> |
|
4407b131a70e
adjustments on Oauth server and mock ged client + Readme
durandn
parents:
3
diff
changeset
|
12 |
<p>Create a <a href="{{ url_for('renkan_request') }}">new Renkan</a> from server (clients credentials)</p> |
| 3 | 13 |
</body> |
14 |
</html> |