Skip to content

Commit ac6d9b1

Browse files
authored
Static OAuth client credentials (#150)
* refactor(env): set static OAuth client credentials * chore(env): update template * chore(env): update template * chore(env): rename template OAuth client credentials
1 parent 931f2eb commit ac6d9b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.local.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# auth
22
# NB: an auth secret can be generated and injected automatically with `npx auth`, see https://cli.authjs.dev
33
AUTH_SECRET=""
4-
# get a client ID and secret from HIDRA app
5-
AUTH_CLIENT_ID=""
6-
AUTH_CLIENT_SECRET=""
4+
# OAuth client credentials, must match an allowed OAuth application in the IDP
5+
AUTH_CLIENT_ID="mock-backfeed-app-client-id"
6+
AUTH_CLIENT_SECRET="mock-backfeed-app-client-secret"
77

88
# payment processing
99
# NB: for local development, make sure this token is generated for the Polar sandbox environment (https://docs.polar.sh/integrate/sandbox) in the Polar dashboard. If `NODE_ENV` is `development`, the sandbox will be used, otherwise Polar production will be used

0 commit comments

Comments
 (0)