diff --git a/public/racemash-app-hello-world.png b/public/racemash-app-hello-world.png new file mode 100644 index 0000000..c272842 Binary files /dev/null and b/public/racemash-app-hello-world.png differ diff --git a/src/content/blog/implementing-third-party-authentication-for-racemash.md b/src/content/blog/implementing-third-party-authentication-for-racemash.md new file mode 100644 index 0000000..173c555 --- /dev/null +++ b/src/content/blog/implementing-third-party-authentication-for-racemash.md @@ -0,0 +1,20 @@ +--- +title: implementing third-party authentication for racemash +description: "" +pubDate: 2023-05-24T06:40:14.716Z +draft: true +categories: + - dev diary +tags: + - racemash + - formulaone + - appwrite + - vue + - vuetify +--- + +Hey folks! + +In this post I'll describe how I've implemented logging in via GitHub and Discord in RaceMash, logging out, as well managing the auth state and ensuring the user gets redirected to an auth-protected page they wanted to enter before signing in. + +## Creating a Log In page