mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 04:50:54 +00:00
5 lines
296 B
TypeScript
5 lines
296 B
TypeScript
// Compatibility alias while passenger auth moves to @tria-plc IAM.
|
|
// Existing controllers can keep importing `../../common/jwt.guard`, but the
|
|
// guard now validates IAM-issued session tokens from `iam.sessions`.
|
|
export { JwtGuard } from '@tria-plc/api-common/modules/auth/services/jwt.guard';
|