Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 4bb02e1

Browse files
authored
Merge pull request #530 from EducationalTools/529-remove-existing-authentication
remove existing authentication
2 parents 33f3a25 + 88832c6 commit 4bb02e1

24 files changed

Lines changed: 272 additions & 7392 deletions

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
PUBLIC_CLERK_PUBLISHABLE_KEY=pk_something
21
CONVEX_DEPLOYMENT=dev:something
32
PUBLIC_CONVEX_URL=https://something.convex.cloud

.github/copilot-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ EduTools is a SvelteKit-based web application that provides various educational
136136
Create a `.env` file based on `.env.example`:
137137

138138
```bash
139-
PUBLIC_CLERK_PUBLISHABLE_KEY=pk_something
140139
CONVEX_DEPLOYMENT=dev:something
141140
PUBLIC_CONVEX_URL=https://something.convex.cloud
142141
```
@@ -215,7 +214,6 @@ PUBLIC_CONVEX_URL=https://something.convex.cloud
215214

216215
## Security Considerations
217216

218-
- Uses Clerk for authentication (when configured)
219217
- Report security issues via GitHub Security Advisories
220218
- Environment variables contain sensitive keys - never commit .env files
221219
- Static games/tools should be reviewed for security if user-generated content is involved

.github/workflows/beta_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
3131
- name: Build
3232
env:
33-
PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}
3433
PUBLIC_CONVEX_URL: ${{ secrets.PUBLIC_CONVEX_URL }}
3534
run: |
3635
pnpm run build

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
2424
- name: Build
2525
env:
26-
PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}
2726
PUBLIC_CONVEX_URL: ${{ secrets.PUBLIC_CONVEX_URL }}
2827
run: |
2928
pnpm run build

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
2525
- name: Build
2626
env:
27-
PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}
2827
PUBLIC_CONVEX_URL: ${{ secrets.PUBLIC_CONVEX_URL }}
2928
run: |
3029
pnpm run build

0 commit comments

Comments
 (0)