You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set the created_by or updated_by other than a claim on an authorization JWT?
We are considering using a separate security layer proxy to control access to Flagr so that we can have multiple access types with access to different API endpoints. For that implementation, we were hoping to maintain the created_by and updated_by without needing Flagr to redundantly verify a JWT after our security layer has already authenticated/authorized a user.
I looked around a bit, but I couldn't find any way to do this in the API's. Did I miss something, or is there no way to do that right now in Flagr?
The text was updated successfully, but these errors were encountered:
Hey, I think we can also have a configurable option to get created_by or updated_by from headers, for example, change the code below to accept a header value passed by your authentication gateway.
Awesome! I've got to prioritize some other work first, so I'm not sure when I can get around to making this change, but that sounds like a great solution.
Thanks for the input and pointing me to the right function to make the update. 😄
Is there a way to set the created_by or updated_by other than a claim on an authorization JWT?
We are considering using a separate security layer proxy to control access to Flagr so that we can have multiple access types with access to different API endpoints. For that implementation, we were hoping to maintain the created_by and updated_by without needing Flagr to redundantly verify a JWT after our security layer has already authenticated/authorized a user.
I looked around a bit, but I couldn't find any way to do this in the API's. Did I miss something, or is there no way to do that right now in Flagr?
The text was updated successfully, but these errors were encountered: