Add section on removing placeholder components

This commit is contained in:
Maciej Pędzich 2023-05-24 10:05:46 +02:00
parent bce0a61029
commit bba4970654
2 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

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