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 @@ + + +