This TypeScript code sample demonstrates how to implement Role-Based Access Control (RBAC) in a NestJS API server using Auth0.
Hi, from this example, I want to get the user profile of the currently logged-in user. In what part of the code should I make that logic and is there a library for it?