roapi / roapi

Create full-fledged APIs for slowly moving datasets without writing a single line of code.

Home Page:https://roapi.github.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Support JWT for authorizations

afterthought opened this issue · comments

This isn't on our short-term list, but I figured I'd record it now. We're exploring multi-tenant usage and would require a way to perform certain request authorizations. I think there are two parts to this for us. In order, 1. authorize a claim from our IDP. This could be done in a proxy if needed. 2. Find some way to map claims to data fusion context that can be used to enforce row level security. Technically this could also be done with a proxy if needed.