From 341ee542fa83e87894bb4dc00845d774f236ba13 Mon Sep 17 00:00:00 2001 From: ycfxx Date: Tue, 4 Jan 2022 13:28:32 +0800 Subject: [PATCH] upgrade complete shopify OAuth --- src/main/resources/application.yml | 3 +- .../templates/shopify/auth_back.html | 66 ++++++++++- .../auth/templates/shopify_auth_back.html | 109 +++++++++++++++++- 3 files changed, 172 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 16e76e99c..6920778d7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -11,7 +11,8 @@ spring: host: 127.0.0.1 port: 6379 thymeleaf: - mode: HTML + mode: LEGACYHTML5 + cache: false jetty: threadPool: maxThreads: 1000 diff --git a/src/main/resources/templates/shopify/auth_back.html b/src/main/resources/templates/shopify/auth_back.html index cd6f8a9a7..5df9ad276 100644 --- a/src/main/resources/templates/shopify/auth_back.html +++ b/src/main/resources/templates/shopify/auth_back.html @@ -2,9 +2,69 @@ - Title + Auth + + + + - -
授权成功!
+ + +
+
+
+ +
+
+
+ +
+
+
+
+

+ This authorization is successful! +

+
+
+
+
+ + \ No newline at end of file diff --git a/src/main/ui/static/shopify/auth/templates/shopify_auth_back.html b/src/main/ui/static/shopify/auth/templates/shopify_auth_back.html index 959a46302..4cb2d20fa 100644 --- a/src/main/ui/static/shopify/auth/templates/shopify_auth_back.html +++ b/src/main/ui/static/shopify/auth/templates/shopify_auth_back.html @@ -3,12 +3,117 @@ Title + + +
+
+
+ +
+
+
-
-

auth back

+
+
+
+
+

+ This authorization is successful! +

+
+
+
+ \ No newline at end of file