Warren Gallagher
Warren Gallagher
> The signature was in theory to verify that the other party held the associated private key, and is therefore authorized to rotate to a new DID. > > As...
I implemented support for JWT upon connection in the onConnection() method like the following. ```typescript export class ConnectionErrorException extends Error { constructor(statusCode: number, message: string) { super(JSON.stringify({status: statusCode, message: message}));...
Thanks for the response. It might be useful to have this as part of the documentation at: [https://foalts.org/docs/frontend/server-side-rendering#rendering-templates](https://foalts.org/docs/frontend/server-side-rendering#rendering-templates) I came up with a less elegant solution (not being aware of...