biscuit-auth / biscuit-wasm

WebAssembly wrapper for Biscuit authorization tokens
Apache License 2.0
24 stars 10 forks source link

refactor Authorizer and implement query() #11

Closed Geal closed 1 year ago

Geal commented 1 year ago

blocked by https://github.com/biscuit-auth/biscuit-rust/pull/124

we need to pass around an instance of the Authorizer from the rust library, and currently we cannot do that since it keeps a reference to the token

Geal commented 1 year ago

Fixed in #12