Conversation
✅ Deploy Preview for lit-dev-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| - [Capacity Credits](../capacity-credits.md) | ||
| - Lit's [Chronicle rollup](../../network/rollup.mdx) | ||
| - Lit's [Relayer server](https://github.com/LIT-Protocol/relay-server) | ||
| - You must have a valid Lit Relayer API key | ||
| <!-- TODO Get Google form for applying for API key --> | ||
| - This can be obtained by filling out this form | ||
| - You should know which paid Lit network you're going to use: `habanero` or `manzano` |
| After successfully registering a `payer` with the Relayer server, you will receive a `payerSecretKey` as part of the API response. This secret key is essentially the **private key** of your new `payer` wallet and should be treated as any other private key would. | ||
|
|
There was a problem hiding this comment.
We should add that API requests using the "payerSecretKey" requires secure context. Should not be used from a browser context.
There was a problem hiding this comment.
Added: API request using the 'payerSecretKey' requires secure context, meaning it should not be used from a browser context where it would be leaked to the end user.
|
Awesome guide! Some feedback here before launching:
|
@alexvotofuture I added this sentence to the last paragraph of
We don't have any additional docs on it. I added:
No it's not, I removed since it's also linked in the previous sections
Yes, AFAIK Auth Sigs are still used as proof you are delegating a credit to someone
Yes, the code that's interacting with the Relayer and submitting the secret key would be on the dev's backend and not where some unauthorized party would have access to it. I added the following to the I also added this Regarding,
I asked in Slack, but I think this is TBD I added this as a Summary: |
The corresponding developer guide code is here
This PR inits the Payment Delegation DB docs that covers how to use the
register-payerandadd-usersendpoints for the Relayer APICC @alexvotofuture