jolly-zebra-75152
12/03/2024, 1:08 PMjolly-zebra-75152
12/03/2024, 1:57 PMhigh-optician-2097
high-optician-2097
jolly-zebra-75152
12/03/2024, 3:02 PMLink
header appear in network overview tab however the response object does not contain this header. We can see that we don't receive a Access-Control-Expose-Headers
header and it looks like the Link header is returned in a CORS request.jolly-zebra-75152
12/03/2024, 3:04 PMregression removed the limit
was made? We haven't changed these parts of our code since at least January so we're just surprised by the sudden reintroduction.
The issue with the Link
header not being exposed via CORS is effectively blocking our ability to patch this issue.jolly-zebra-75152
12/03/2024, 3:17 PMory-tunnel
running.high-optician-2097
jolly-zebra-75152
12/03/2024, 5:02 PM<https://www.ory.sh/admin/identities>
We may be able to work around this one as the pageToken looks like it's just the last id in the array.
Identity Session is harder as the pageToken is not of this format, just just looks like a base64 encoded string. <https://www.ory.sh/admin/identities/{id}/sessions>
high-optician-2097
high-optician-2097
high-optician-2097
high-optician-2097
high-optician-2097
high-optician-2097
jolly-zebra-75152
12/04/2024, 9:17 AMjolly-zebra-75152
12/04/2024, 9:19 AMjolly-zebra-75152
12/04/2024, 11:04 AMrelationships, resp, err := o.oryKetoClient.RelationshipAPI.GetRelationships(o.oryAuthedContext).
PageSize(pageSize).
PageToken(pageTokenValue).
Execute()
high-optician-2097
jolly-zebra-75152
12/04/2024, 3:14 PMsteep-lamp-91158
steep-lamp-91158
high-optician-2097
/admin/identities
endpoint from an SPA app? If yes, where do you store your ORY_API_KEY? How is your frontend app getting that API key to call our admin APIs? Are you aware that exposing this API key in your frontend code can lead to some very serious security issues?jolly-zebra-75152
12/05/2024, 8:42 AMquiet-holiday-22170
12/05/2024, 9:52 AM/admin
endpoints (i.e. the ones which require a API_KEY) are proxied through a NodeJS backend where the key is attached (as Andrew said)high-optician-2097