Hello, are there any resources, samples, ... avail...
# community
m
Hello, are there any resources, samples, ... available on how to integrate Cerbos in a native Android application? What would be the best approach?
c
Hey. Cerbos is much better suited for securing your backend API. If you're looking for an on-device solution, that's a bit tricky because Cerbos is an external authorization solution and needs a way to run the PDP alongside the application. Cerbos Hub customers do get access to a feature called embedded PDP which a self-contained WASM module generated from your policies. If you're happy to include a WASM runtime in your app, that could be an option.
👁️‍🗨️ 1
m
Ok, clear. I was wondering if we could use the same policies to provide a dynamic UI based on the users allowed actions. But that would mean including the WASM module.