mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Add section on removing placeholder components
This commit is contained in:
parent
bce0a61029
commit
bba4970654
BIN
public/racemash-app-hello-world.png
Normal file
BIN
public/racemash-app-hello-world.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -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
|
Loading…
Reference in New Issue
Block a user