authorizer tagged template generator returns AuthorizerBuilder#54
Conversation
```js
const auth = authorizer`...`
console.log({ auth })
```
prints
```
{ auth: AuthorizerBuilder { __wbg_ptr: 1729344 } }
```
Signed-off-by: Tomáš Čarnecký <tomc@caurea.org>
|
Thanks! The patch looks good, you'll just need to sign the Eclipse contributor agreement (more details on https://github.com/eclipse-biscuit/biscuit-rust/blob/main/CONTRIBUTING.md#eclipse-contributor-agreement) This makes me think that CI should run typescript somehow. |
|
I created an eclipse account with the same email, signed the ECA, even linked my github account on the eclipse side. But still somehow it thinks I'm a different person. I don't know what else to do. |
|
Hi, sorry about that, I’ll investigate. Could you give me your eclipse username please? I’ll sort things out on my end and merge your PR when it’s okay. |
|
Thanks! there was an issue with the eca check service indeed, sorry for the inconvenience. Don’t hesitate to ask if you have other questions or suggestions regarding the API. My next item here would be to include a |
prints
Furthermore, without this change the following code does not type check: