biscuit-auth / biscuit-wasm

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

more idiomatic API #14

Open Geal opened 1 year ago

Geal commented 1 year ago

the current API is entirely defined in Rust via wasm-bindgen, but could benefit from JS side helpers, like template strings

divarvel commented 1 year ago

i think this is covered by #18 and #26