chore: link
This commit is contained in:
parent
ed414cf2dd
commit
27884304b1
3 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
export default {
|
||||
"https://fy.blackhats.net.au", "Firstyear",
|
||||
"https://512pixels.net" : "Stephen Hackett",
|
||||
"https://bradfrost.com": "Brad Frost",
|
||||
"https://theverge.com": "The Verge",
|
|
@ -3,7 +3,7 @@ import markdownIt from 'markdown-it'
|
|||
import { URL } from 'url'
|
||||
import { createRequire } from 'module'
|
||||
import sanitizeHtml from 'sanitize-html';
|
||||
import authors from '../json/author-map.js'
|
||||
import authors from '../data/author-map.js'
|
||||
|
||||
const require = createRequire(import.meta.url)
|
||||
const metaData = require('../../src/_data/json/meta.json')
|
||||
|
|
7
src/links/2024/2024-04-26-firstyear's-blog-a-log.md
Normal file
7
src/links/2024/2024-04-26-firstyear's-blog-a-log.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Passkeys: A Shattered Dream"
|
||||
date: "2024-04-26T16:08:33-04:00"
|
||||
tags: ["tech", "security"]
|
||||
description: "At around 11pm last night my partner went to change our lounge room lights with our home light control system. When she tried to login, her account couldn’t be accessed. Her Apple Keychain had deleted the Passkey she was using on that site."
|
||||
link: "https://fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/"
|
||||
---
|
Reference in a new issue