Skip to content

Commit ade76e3

Browse files
author
hirsch88
committed
🔥 Remove old jwt stuff
1 parent 65273f9 commit ade76e3

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

.env.example

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ LOG_LEVEL=debug
1515
LOG_JSON=false
1616
LOG_OUTPUT=dev
1717

18-
#
19-
# AUTHENTIFICATION
20-
#
21-
AUTH_JWT_CACHE=true
22-
AUTH_JWT_RATE_LIMIT=true
23-
AUTH_JWKS_REQUEST_PER_MINUTE=5
24-
AUTH_JWKS_URI=https://example.eu.auth0.com/.well-known/jwks.jso
25-
AUTH_ISSUER=https://example.eu.auth0.com/
26-
AUTH_ALGORITHMS=RS256
27-
2818
#
2919
# DATABASE
3020
#

.env.test

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ LOG_LEVEL=none
1515
LOG_JSON=false
1616
LOG_OUTPUT=dev
1717

18-
#
19-
# AUTHENTIFICATION
20-
#
21-
AUTH_JWT_CACHE=true
22-
AUTH_JWT_RATE_LIMIT=true
23-
AUTH_JWKS_REQUEST_PER_MINUTE=5
24-
AUTH_JWKS_URI=https://example.eu.auth0.com/.well-known/jwks.jso
25-
AUTH_ISSUER=https://example.eu.auth0.com/
26-
AUTH_ALGORITHMS=RS256
27-
2818
#
2919
# DATABASE
3020
#

src/env.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ export const env = {
4444
json: toBool(getOsEnv('LOG_JSON')),
4545
output: getOsEnv('LOG_OUTPUT'),
4646
},
47-
auth: {
48-
route: getOsEnv('AUTH_ROUTE'),
49-
},
5047
db: {
5148
type: getOsEnv('TYPEORM_CONNECTION'),
5249
host: getOsEnv('TYPEORM_HOST'),

0 commit comments

Comments
 (0)