feat(module,auth): authentication module with arbitrary claims support
This commit is contained in:
@ -90,8 +90,6 @@ export class Client extends EventTarget {
|
||||
}
|
||||
|
||||
_handleRPCResponse(evt) {
|
||||
console.log(evt);
|
||||
|
||||
const { jsonrpc, id, error, result } = evt.detail;
|
||||
|
||||
if (jsonrpc !== '2.0' || id === undefined) return;
|
||||
|
Reference in New Issue
Block a user