ernes128
ernes128
> I could not manage to make it work either.. I believe it is not working for Ionic 5. Can someone please confirm? I'm not from the team who developed...
Hello @fasenderos you could follow the official RBAC simple example in the nest official docs. https://docs.nestjs.com/security/authorization I think is a great fit for the use case you are asking 🤓
If this helps anybody, I was able to solve it modfying the `capacitor.config.ts` file and putting the androidScheme into https like this ```typescript server: { androidScheme: 'https', } ``` And...
any updates on this?