Skip to content

Commit

Permalink
remove unused authorities
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Oct 27, 2024
1 parent a54935f commit 918d4f8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions server/config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,6 @@ export default {
algorithm: "hsa",
secret: "totally-a-secure-SECRET",
},
{
for: TokenType.refreshToken,
algorithm: "hsa",
secret: "an-even-more-secure-SECRET",
},
{
for: TokenType.authorizationCode,
algorithm: "hsa",
secret: "the-MOST-secure-SECRET",
},
],
},
keycloak: {
Expand Down

0 comments on commit 918d4f8

Please sign in to comment.