--- /dev/null +++ b/swtstore/templates/oauth/authorize.html @@ -1 +1,44 @@ +{% extends "layout.html" %} +{% block body %} +

Allow Access ?

+

+ The following application wants to get permission to do stuff(?) on the swt + web platform on your behalf. +

+ +
+
+

+ {{ client.name }} at {{ client.host_url }} wants + to get permission to post data to swt store +

+
+
+ +
+

{{ scopes|join(',') }}

+
+
+ + + + {% if state %} + + {% endif %} + + +
+ +{% endblock %} + +{% block scripts %} + + + +{% endblock %} --- /dev/null +++ b/swtstore/templates/oauth/authorized.html @@ -1 +1,21 @@ + +
+ + + + {% if state %} + + {% endif %} + + + +
+ + + --- /dev/null +++ b/swtstore/templates/oauth/login.html @@ -1 +1,41 @@ +{% extends "layout.html" %} + +{% block scripts %} + +{% endblock %}