Skip to content

Commit

Permalink
chore: rename authorization to authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Nov 14, 2023
1 parent 454fda4 commit a1dabde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion core/api/src/servers/graphql-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import jsonwebtoken from "jsonwebtoken"
import jwksRsa from "jwks-rsa"
import PinoHttp from "pino-http"

import authRouter from "./authorization"
import authRouter from "./authentication"
import kratosCallback from "./event-handlers/kratos"
import healthzHandler from "./middlewares/healthz"
import { idempotencyMiddleware } from "./middlewares/idempotency"
Expand Down

0 comments on commit a1dabde

Please sign in to comment.