Shinigami92 / star-citizen-trade-market-api

Star Citizen Trade Market Backend API
MIT License
12 stars 1 forks source link

Implement a HasRoles Guard #5

Closed Shinigami92 closed 5 years ago

Shinigami92 commented 5 years ago

Implement a guard that can take some roles. Helpfull documentation: https://docs.nestjs.com/guards

The guard shoud be usable like this:

@HasRoles([Role.ADMIN, Role.USERADMIN])