Lance Ivy
Lance Ivy
Originally I was thinking about this as an API client for administrative functions, but now I wonder if that's feasible for deployments where the admin endpoints are firewalled away from...
I'm okay with all of that. So this is intended to provide convenience in local environments. If someone wants to use it in production, it's on them to figure out...
How about OAuth identities? I'm expecting to add that data to the `GET /accounts/:id` response at some point, but don't have any plans for admin CUD mutations. Oh, and this...
Yes, I'm expecting it. Would you open another issue where we can spec and track it?
i prefer `nocgo`. it describes the root cause, and does not create questions about `nomysql`, `nopostgresql`, and `noredis`.
There's currently no way for the app to inject data into AuthN's authentication process. Can you say more about your use case? I prefer to check permissions on each request,...
related: #114
Apologies for not following up sooner. I'm not sure where to go with this yet. My understanding of this proposal is that AuthN could save your Open Policy Agent a...
⚠️ If anyone follows the OPA documentation and attempts to [integrate a JWT as described](https://www.openpolicyagent.org/docs/latest/http-api-authorization/#8-optional-use-json-web-tokens-to-communicate-policy-data) then please **don't rely on this process to establish trust**. ⚠️ This is an incomplete...
@cetinsert Yes, my first impression is that Sign In with Apple uses a standard OAuth flow and should be simple to integrate into `authn-server`. I'm not aware of anyone working...