csehatt741
csehatt741
/attempt
As for my current understanding of the task, filtering black listed IP addresses in a guard would require loading the workspace or related resources in the guard itself in order...
I think for unauthorized access `AuthorityCheckerService` should throw `ForbiddenException` (403) instead of `UnauthorizedException` (401): | Status Code | Meaning | When to Use? | |--------------|------------|----------------| | 401 Unauthorized | Authentication...
@rajdip-b, I can take a look at this one too if @rothardo got stuck.
/attempt
As for the current implementation, `Secret` has the `rotateAt` field, which is derived from the value of the `CreateSecret/UpdateSecret` DTOs' `rotateAfter` one. Since `rotateAt` can be calculated from `rotatedAt` and...
The minimum length of generated values is 20 chars. How about the maximum length constraint?
@rajdip-b, could you clarify the requirements, please?