From 639129c8165c2f7cdc17cd9228d05350bd61b509 Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 5 Sep 2023 17:05:58 +0800 Subject: [PATCH] feat: authentication examples --- .../src/content/examples/authentication.md | 5 + .../src/examples/authentication/Example.vue | 95 +++++++++++++++++++ .../components/UserAuthForm.vue | 62 ++++++++++++ 3 files changed, 162 insertions(+) create mode 100644 apps/www/src/content/examples/authentication.md create mode 100644 apps/www/src/examples/authentication/Example.vue create mode 100644 apps/www/src/examples/authentication/components/UserAuthForm.vue diff --git a/apps/www/src/content/examples/authentication.md b/apps/www/src/content/examples/authentication.md new file mode 100644 index 00000000..d5324d03 --- /dev/null +++ b/apps/www/src/content/examples/authentication.md @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/apps/www/src/examples/authentication/Example.vue b/apps/www/src/examples/authentication/Example.vue new file mode 100644 index 00000000..c9f7801e --- /dev/null +++ b/apps/www/src/examples/authentication/Example.vue @@ -0,0 +1,95 @@ + + + diff --git a/apps/www/src/examples/authentication/components/UserAuthForm.vue b/apps/www/src/examples/authentication/components/UserAuthForm.vue new file mode 100644 index 00000000..93d36c0d --- /dev/null +++ b/apps/www/src/examples/authentication/components/UserAuthForm.vue @@ -0,0 +1,62 @@ + + +