Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jul 14, 2024
1 parent 66d80c4 commit 3835a55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/posts/how-i-would-do-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: "A quick blog on how I would implement auth for my applications."
date: "2024-07-14"
---

# How I would do auth

This is a quick post on how I would implement auth for a public-facing app. This is based on some of the questions I've gotten on Discord and Twitter. Of course each application have their own requirements, so this is more of starting point rather than a definitive guide. I will also probably build a demo that follows this post in the near future.

First, if the application is for devs and I need something very quick, I would just use GitHub OAuth. Done in 10 minutes.
Expand Down

0 comments on commit 3835a55

Please sign in to comment.