CheapIdeas
CheapIdeas copied to clipboard
Is there a way to have role based authorization?
Hi!
i ve found your repo very useful I have a xamarin forms app, with .net core 3.1 api
I need my app to have a login on the mobile app, which also secures the access to the API. But i also have roles, with different permisions both on the view, but also on the back end.
Is there a way to integrate this, with a role based schema?