Skip to content

Commit

Permalink
Explicitly read the AUTH_SECRET in auto.config.ts, rather than rely o…
Browse files Browse the repository at this point in the history
…n the framework to read.
  • Loading branch information
danielnaab committed Jul 12, 2024
1 parent 166b940 commit 1d34742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/auth.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'auth-astro';

export default defineConfig({
secret: (import.meta as any).env.AUTH_SECRET,
providers: [
/**
* https://dashboard.int.identitysandbox.gov/service_providers/5237
Expand Down

0 comments on commit 1d34742

Please sign in to comment.