Skip to content

Commit

Permalink
Docs for our supported OAuth providers (#134)
Browse files Browse the repository at this point in the history
Provides step-by-step instructions for setting up OAuth with GitHub, Google and Apple.

---------

Co-authored-by: Tom Ballinger <[email protected]>
  • Loading branch information
dowski and thomasballinger authored Dec 10, 2024
1 parent 10b4924 commit 5557b1a
Show file tree
Hide file tree
Showing 18 changed files with 1,388 additions and 152 deletions.
21 changes: 21 additions & 0 deletions docs/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "pages/global.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Loading

0 comments on commit 5557b1a

Please sign in to comment.