mw10013 / remix-cf-20240202

0 stars 0 forks source link

Redox Access #5

Closed mw10013 closed 11 months ago

mw10013 commented 11 months ago

https://github.com/tomjessessky/redox-up-and-running https://docs.redoxengine.com/how-to-use-redox/send-and-manage-requests/authenticate-a-legacy-api-key/

https://github.com/RedoxEngine/redox-demo-app

https://github.com/RedoxEngine/redox-demo-app/blob/master/src/routes/redox/index.ts

mw10013 commented 11 months ago

Cloudflare Tunnel https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/ https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/

cloudflared tunnel --url http://localhost:80

mw10013 commented 11 months ago

https://docs.redoxengine.com/how-to-use-redox/send-and-manage-requests/authenticate-an-oauth-api-key/ https://github.com/panva/jose

mw10013 commented 11 months ago

https://jqplay.org/

-s option for one line of json

mw10013 commented 11 months ago

convert a .pem file into a PEM-encoded PKCS#8 string

openssl pkcs8 -topk8 -inform PEM -in private_key.pem -out private_key.pk8
mw10013 commented 11 months ago

Finding the kid for a redox public api key. Use the JWK json of the public key.

The Redox Engine has changed its interface to improve the user experience, so the KID is no longer displayed on the API Keys page in the dashboard.

To find the KID for your API key now, you can use the following steps:

  1. Go to the Redox Engine dashboard and click API Keys.
  2. Click the Name of the API key whose KID you want to find.
  3. Click the Download public key button.
  4. Open the downloaded file in a text editor.

The KID will be displayed in the file. It is a string of characters that starts with kid:.