Skip to content

feat: implement public decorator and update guards ✨#19

Merged
MisterAzix merged 1 commit intodevelopfrom
feat/update-guards-for-auth
May 15, 2025
Merged

feat: implement public decorator and update guards ✨#19
MisterAzix merged 1 commit intodevelopfrom
feat/update-guards-for-auth

Conversation

@benoitfvr
Copy link
Contributor

No description provided.

MisterAzix
MisterAzix previously approved these changes May 15, 2025
@@ -74,8 +76,8 @@ export class TalkController {
}

@UseGuards(JwtAuthGuard)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@UseGuards(JwtAuthGuard)

return true;
}

log('Required roles:', requiredRoles);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log('Required roles:', requiredRoles);

@benoitfvr benoitfvr force-pushed the feat/update-guards-for-auth branch from 5e44e1d to 40c4991 Compare May 15, 2025 13:57
@MisterAzix MisterAzix merged commit 3c6684b into develop May 15, 2025
1 check failed
@MisterAzix MisterAzix deleted the feat/update-guards-for-auth branch May 15, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants