Skip to content

Commit

Permalink
feat: initial oauth implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Apr 14, 2024
1 parent dd3771e commit a542c91
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ pnpm tauri dev

[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).

### GitHub OAuth

For testing features requiring GitHub OAuth, create a `.env` file with the `GITHUB_CLIENT_ID` abd `GITHUB_CLIENT_SECRET` of your development OAuth app. The callback URL should be `http://localhost:5173/login/callback`.

## Building

Build SSR web version
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"dependencies": {
"@fontsource-variable/rubik": "^5.0.21",
"@fontsource/ibm-plex-mono": "^5.0.12",
"arctic": "^1.5.0",
"bits-ui": "^0.21.2",
"clsx": "^2.1.0",
"lucide-svelte": "^0.368.0",
Expand Down
Loading

0 comments on commit a542c91

Please sign in to comment.