Skip to content

Commit

Permalink
feat: redesign basic auth screens and implement social auths
Browse files Browse the repository at this point in the history
  • Loading branch information
kizivat committed May 22, 2024
1 parent ed69f74 commit d569175
Show file tree
Hide file tree
Showing 32 changed files with 1,222 additions and 207 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ PUBLIC_SUPABASE_URL="http://localhost:54321"
PUBLIC_SUPABASE_ANON_KEY=""
PRIVATE_SUPABASE_SERVICE_ROLE=""
PRIVATE_STRIPE_API_KEY=""

SUPABASE_AUTH_EXTERNAL_TWITTER_CLIENT_ID=""
SUPABASE_AUTH_EXTERNAL_TWITTER_SECRET=""
SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_ID=""
SUPABASE_AUTH_EXTERNAL_GOOGLE_SECRET=""
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"useTabs": true,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid"
"singleQuote": true
}
Loading

0 comments on commit d569175

Please sign in to comment.