Skip to content

Commit

Permalink
Merge pull request #38 from hack4impact-calpoly/auth2
Browse files Browse the repository at this point in the history
feat: basic auth flow
  • Loading branch information
aarav27 authored Feb 5, 2025
2 parents 44e1b2c + 4090c91 commit c1e8637
Show file tree
Hide file tree
Showing 11 changed files with 339 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
# These env variables must be set in the repository's secrets
# - Settings -> Secrets and variables -> New repository secret
MONGO_URI: ${{ secrets.MONGO_URI }}
# Add additional environment variables here
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}

- name: Run tests
run: npm test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# clerk configuration (can include secrets)
/.clerk/
Loading

0 comments on commit c1e8637

Please sign in to comment.